checkly / headless-recorder

Chrome extension that records your browser interactions and generates a Playwright or Puppeteer script.
https://checklyhq.com/headless-recorder
MIT License
15.03k stars 722 forks source link

Selector preview prevent me from clicking on “Accept Cookie” button #145

Closed zydjohnHotmail closed 3 years ago

zydjohnHotmail commented 3 years ago

Hello: I have used this tools for a few years now, it worked well. However, today, I have to write some PuppeteerSharp code to visit one web page, for this web page, there is one button called “Accept” cookie at the middle- bottom part of the page, which you have to click on it, in order to go further. For old version of this tools, it should be no issue at all. But the current version 1.0.0 has something, I think it is called “Selector Preview”, which I can see the preview of the element the mouse hovers; but the biggest issue is: this “Selector Preview” just covers the “Accept” cookie button, and I can’t figure out how to move this “Selector Preview” to somewhere else, therefore, I can’t click on the “Accept” cookie button. Please let me able to configure where to show the “Selector Preview” on the whole screen area, but not fix it in one specific area. You can imagine that some specific button, like those “Accept Cookie” buttons will usually be placed at the bottom part of one page, and if I can’t move the “Selector Preview” to somewhere else, how I can click on the “Accept Cookie” button? Hope you understand.

ianaya89 commented 3 years ago

Already working on a toggle feature to solve this.

Duplicate of #144