How i will click a button which is visible only while hover mouse

Any one can help me to click on logout button of flipkart which is only visible when mouse hover on it, If i am pressing F2 but that did not work.

1 Like

Hi @mukesh_behera,

You can click a button if its just rendered on the page even if not visible. Making sure you enable simulate-click option.

You can find the selector of the button either by using recording option or UiExplorer visual tree.

Thanks
Feel free to discuss here.

1 Like

Maybe there is another element nearby you can click with an offset?