I am automating some process of a salesforce application. I am getting one issue while using the CV activities. I have to make the selectors of CV Screen Scope dyanamic becz its keeping all the time. While doing so, I am getting element not found error.
eg : I have selectors like this
html app=‘chrome.exe’ title=‘xyz| xyz’
webctrl id=‘brandBand_2’ tag=‘DIV’
After replacing the digit 2 with * , I am getting Element not found error.
I am automating some process of a flash website , we are using CV activities ,Here we have date and time for scheduling . How to select date and time dynamically.
first we need to select date and based on date timing table will display there we need to select time.
How to select dynamically?