Clicking on a Web Browser Toolbar Button: Second Click Fails to Execute

Hi, I'm attempting a mouse-click macro on my browser to activate/disable a button -- this is a toggle for one of the browser extensions called "noscript".

I recorded the macro and it clicks correctly to open a sort of menu for that extension, the mouse pointer moves down but then fails to click again as it should to enable/disable the button in that menu. The mouse pointer is over the correct icon that should be clicked on but the action doesn't happen.

In debugger mode, if I step into the second action (the second "click) it works but if I just use "continue" it doesn't. So it seems that I need some sort of nesting to click after the first click, right?

See screenshot of the macro. This is a first trial -- if there are suggestions for a more robust implementation, I'm absolutely open to that.

mouse_click_macro
browser top right corner

add a pause between the 1st and 2nd click. If that doesn't[t work let us know :slight_smile:

1 Like

Thank you for the suggestion -- that did the trick.

2 Likes