I have been using Robot Operations for a shadow dom website testing. I am unable to scroll down the window. How can I scroll down using robot operations?
Also I am unable to insert special characters such as @,$ in the textbox. How can I insert @ in the email textbox for login testing?
Regarding the second question, you can freeze the element of the text box and choose the action “type text” and in the inputs you can insert these special characters, should be no problem with that.
If you have further questions, please let me know and I’d be happy to help
I can’t use the solution you gave me because just 1 element shows on my website, which ia generic web element. I am using Robot Operations for my website testing because JavaScript wasn’t successful which I have already tried.
If you have opened the dev tools and do not have any elements, the issue is related to your application.
You have to check this scenario with your dev team and build elements that the dev tools can find.