playwright
playwright copied to clipboard
[BUG] Element is not clickable in headless mode of Mobile Safari Version
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 same code works fine in headed mode.
Can this bug be fixed?