Hello all,
I'm a designer trying to do some testing with Selenium WebDriver and Java on OSX, so I'm quite the novice.
I've inherited a project and I haven't written any of the code, so I'm trying to troubleshoot a problem I'm seeing.
Basically, when I run the test using the Opera browser, the browser launches in native "Presentation view (SHIFT+COMMAND+F)". However, when I run the same code using Firefox or Chrome, the browser window launches as expected, at some default dimension. Launching in "Presentation view" is problematic because it causes different CSS breakpoints to apply to the web page.
I've tried several things to try and dismiss "Presentation View" when using Opera, but none have worked.
Anyway, so now I'm trying to hunt through the places in my code that are Opera-specific, and I don't see any code that would cause Opera to go into "Presentation view", but not Chrome or Firefox.
If someone wanted to use WebDriver to put Opera into Presentation View, any guesses how they would do it (maybe I can search for that method)?
Could this be a default implementation of OperaDriver?
Any help would be much appreciated!