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
git clone https://github.com/dwyl/learn-nightwatch.git && cd learn-nightwatch
Then change lines 51 - 58 from:
"browserName": "chrome",
"chromeOptions": {
"args": [
`Mozilla/5.0 (iPhone; CPU iPhone OS 5_0 like Mac OS X) AppleWebKit/534.46
(KHTML, like Gecko) Version/5.1 Mobile/9A334 Safari/7534.48.3`,
"--window-size=640,1136" // iphone 5
]
},
To:
browserName: 'firefox'
Then run npm test and you get just a firefox browser and the test hangs
The text was updated successfully, but these errors were encountered:
Firefox version: 47.0.1 (and 48.0.1)
Selenium version: 2.53.0
If you run:
Then change lines 51 - 58 from:
To:
Then run
npm test
and you get just a firefox browser and the test hangsThe text was updated successfully, but these errors were encountered: