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? ![image](https://user-images.githubusercontent.com/107207855/203096170-1afce67f-2b6d-414f-a691-f0ed2adf594f.png) ``` test('Test123', async ({ page }) => { page.goto('google.com'); }...

P3-collecting-feedback