Logout with chromedp.click

Hello all,
I am trying to logout using chromedp.click but unable. Thanks for your help in advance.
HTML:

...
CODE i tried: chromedp.Click(`//*[@title="Click me"]`, chromedp.BySearch) chromedp.Click(`xxx3`, chromedp.NodeVisible) cromedp.input([id=xxx3')

Hello,

How is it related to Go? Could you please share a minimal reproducible example?

Hello Daniil, thanks for your reply. In simple I want to logout using Golang, but I am unable to click on logout icon. Icon is inside

I hope its understandable.

Icon is inside what?

Please share your relevant go code.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.