Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Don't understand your question that well.Hello,
I have an issue with some tests that are using Simulate Real Click. Recently a new component was added to the tested application. This component it's added by loading a javascript in the web page Cpstester(I moved the javascript in head, body, outside body is the same behavior).
The javascript is inserting a div element in the DOM. Instead of clicking on the needed element from the page, test studio it's clicking on the loaded div by javascript instead of the correct DOM element. The needed element it's searched in the DOM by using id and CSS class.
Is this normal? How can we correct this?
Thanks,