harshith-aimyth
Results
2
issues of
harshith-aimyth
When running my playwright tests in headless mode (Mobile Safari) some of the elements are not clickable and it throws an error saying "Element is outside of the Viewport". The...
Hi, I want to block the location popup in my test function in playwright how do I do that?  ``` test('Test123', async ({ page }) => { page.goto('google.com'); }...
P3-collecting-feedback