简体   繁体   中英

UFT click an element based on a given property value

I'm working with a date selector, and I'm trying for my UFT script to pick an appointment date 3 days from today's date. I have set up that value specifically to match the property value format in the HTML code:

14

My question is: How can I instruct UFT to look for a property value by matching whatever is in the "aria-label" property with the value that I have defined in my data.table?

Also, I noticed that the 'Tab index' is -1, not sure if that has anything to do Much appreciated

I have the following code, but UFT does not recognize it "strAppointmentDate" is the cell in the data.table where I defined the desired date:

iDate= strAppointmentDate Set dd = Browser("Browser").Page("Select Appointment").WebButton("aria-label:=" &iDate, "html tag:=td", "index:=-1")

Instead of "aria-label" try "attribute/aria-label" .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM