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
Currently, on Mac OS X, Opera is the only browser that doesn't support driver.manage().window().setSize();
In fact, on Mac, Opera opens in "fullscreen" mode, which further exacerbates the issue since there's no way to exit fullscreen mode as ESCAPE doesn't work: #85
In this age of "Responsive Web Design", testing CSS breakpoints is imperative, and extremely useful when combined with screenshots for a PDiff test!
The text was updated successfully, but these errors were encountered:
Currently, on Mac OS X, Opera is the only browser that doesn't support
driver.manage().window().setSize();
In fact, on Mac, Opera opens in "fullscreen" mode, which further exacerbates the issue since there's no way to exit fullscreen mode as ESCAPE doesn't work: #85
In this age of "Responsive Web Design", testing CSS breakpoints is imperative, and extremely useful when combined with screenshots for a PDiff test!
The text was updated successfully, but these errors were encountered: