playwright-community / playwright-go

Playwright for Go a browser automation library to control Chromium, Firefox and WebKit with a single API.
https://playwright-community.github.io/playwright-go/
MIT License
1.94k stars 145 forks source link

Not all elements are visible on the site #342

Open ivanqa2022 opened 1 year ago

ivanqa2022 commented 1 year ago

Hello, I'm testing the registration, after entering the email and password, I'm waiting for the captcha window. The window is not displayed, and the test cannot go any further, because recaptcha blocks further work with the site until it is processed. Who faced similar? How did you manage to solve the problem. Thank you