I am getting below error while using Click Activity. I am actually running differents pages and i have to click on a specific icon. It works in the two first pages, but at the third page, i have this issue.
I already used SimulateClick and SendWindowsMessages, but it doesn’t work.
Hey @ANGE
Use maximize window after use browser and they use click activity
Try this hope it will work
Are you opening two tabs if yes you have to close the previous one so that only one sceen is visible.
Is the element visible when this error occurs, or would you require to scroll down or right before clicking on it, should you do it manually?
The main window can be in bounds of the screen resolution, but elements might be a few pages down
Then you need to use scrollbar using keyborad shortcut or send hotkey down key to scroll.
I @Chirag_Shetty_Divakar i already use hotkey down to scroll down and its work. But in the next page, the icon is visible, it the click activity doesn’t work there.
Check the selector of the click activity
Use check app state or element exits to check if the thing which you want to click is present on the page.
Then click it.
Yes of course i can share the site, but privatly, because it’s an intern project and i don’t want to share it in the entire Community. I hope you can understand.