Hey,
I am trying to automate data entry from excel to web page (Net Cracker).
I have tried using IE and Chrome as my browser type, but I still do get issues with identifying the UI Element.
Especially the scenario where I will need to scroll the webpage to identify the fields.
I have tried different activities like:
- Hover
- Find Element
- Click
- Type Into
- Anchor
- Indicate on Screen
- Find Image
- Find Relative Element
But still unable to identify the UI Element.
I have also tried inspecting the webpage and passing the same Id to the selectors.
On Properties → Target → Selector , I validate the selector before running, but after running it changes back to not being validated.
Also I do send the hotkeys activity (Page Down), so that the field is visible but still no luck.
Please Advise.