I’m trying to pass a variable to date picker in an online calendar application which we use in the office.
So using a click activity indicating on screen I’m getting a selector value for date 18 as below:
So for most of the dates, the aaname is changing with the respective values.
I’m modifying the selector and passing the variable from an excel table/data table as below:
html app=‘chrome.exe’ title=‘PROAD Software’
webctrl aaname=‘"+dateselector+"’ idx=‘1’ parentid=‘timeRegistrationFormJS_cache_1079_client’ tag=‘DIV’
When I’m validating it, shows error message as
Cannot find the UI element corresponding to this selector:
Copy that selector and delete from the selector editor and click ok.check in the selector property also empty. If yes open and paste it as a string format
Is it giving you the same error.? Try to give the selector in double quotes. In previous post I copied the Selector you originally posted which looks like missing some tags after comparing it with your screenshot.
I would suggest you to give the selector like I used to give within double quotes and without missing any tags . Have you tried that?