You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am also interested in this feature because it is essential on my project. It worked perfectly on Puppeteer but I do not know how difficult it would be to import on Playwright.
Hello
I have a mobile website, with a tap button, and with puppeeter i used :
await page.touchscreen.tap(300,720)
But on Playwright, i don't know how can i do ?
With click on element is not working, with page.click and position, nothing....
Thanks you in advance
The text was updated successfully, but these errors were encountered: