Question
2
Replies
64
Views
Capgemini
Posted: March 25, 2019
Last activity: March 29, 2019
Closed
Solved
How to interrogate UI element which is visible only the cursor position is with in the text field.
Hi,
I've scenario, where I need to interrogate 'X' icon from the text field, where it is getting visible only when the cursor is with in that text field.
For Interrogating that "X" , if we click on bulls eye - once you tabbed out of that field it is getting disappeared.
Please share your thoughts.
Thanks,
Surya Y
You may be able to add the control from the web controls tab. If you cannot locate it there, then you may need to do some reverse engineering on the control to determine how to mimic its functionality with JavaScript. If the control is truly only "there" when the mouse is over it, then it will not likely appear under the web controls tab and you'll need to go the JavaScript route to accomplish the step.