Skip to content

hisplan/protractor-proxy-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

protractor-proxy-test

$ sudo webdriver-manager start
$ protractor configs/conf.chrome.js
$ protractor configs/conf.firefox.js
$ protractor configs/conf.safari.js
$ protractor configs/conf.phantomjs.js

Environment

Protractor seems picky sometimes. Here'e the versions of the software that I used:

Operating System

  • macOS Sierra (10.12.3)

Selenium

  • Selenium 3.0.1 (Revision 1969d75)

Chrome

  • Chrome 56

Safari

  • Safari 10.0.3 (safari driver not required anymore for this combination)
  • Enable [Develop] - [Allow Remote Automation]

Firefox

  • Firefox 51.0.1

  • Requires directConnect: true

  • Install a separate driver

    brew install geckodriver

PhantomJS

  • PhantomJS 2.1.1

  • Install globally

    npm install -g phantomjs

Known Issues

  • Safari doesn't seem to work with a proxy configuration.
  • Firefox seems to work only through direct connection.
  • Direct connection is used for Chrome and Firefox. Unable to combine multiple browser-specific configs into one file due to this.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published