Advertisement
Guest User

Untitled

a guest
Nov 24th, 2014
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. capabilities: {
  2. 'browserName': 'chrome',
  3. 'chromeOptions': {
  4. args: ['--user-agent ="Mozilla/5.0 (iPhone; U; CPU iPhone OS 5_1_1 like Mac OS X; en) AppleWebKit/534.46.0 (KHTML, like Gecko) CriOS/19.0.1084.60 Mobile/9B206 Safari/7534.48.3"']
  5. }
  6. },
  7.  
  8. browser.manage().window().setSize(1136, 640);
  9.  
  10. capabilities: {
  11. 'browserName': 'chrome',
  12. 'chromeOptions': {
  13. 'args': ['user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A405 Safari/600.1.4']
  14. }
  15. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement