I am trying to click on a sign out button on a web page.
For this, I am using a click activity but for some reason, it is not working. Also, I used the click image activity for the same but it is still unable to click the sign-out button. I also tried to drag and select some portion through the click activity in order to set the clipping region but it didn’t work.
@Pradeep_Shiv I think my words were not clear. The issue is while signing out not during logging in but during logging out. i am not able to click the log out button
@diptojyotidutta Can you share the selector what you used for click activity
If it is website related then mostly it is selector issue … try taking the static selector using UI-explorer
We are facing a similar issue of not being able to click a particular dropdown selector, which holds the logout button.
The funny thing is that we used an activity ‘On Element Appear’ and tried finding the element first before clicking it…and it was found then. In fact the Click also worked the first time. But from the next run the element was not found and it was erroring out saying ‘Action timed out’.
When navigating through a dropdown, i usually find it easiest to use the recording function. It lets you perform the steps you want it to do and generate the activities for it.