Skip to content

This repo contains a bunch of examples on how to use WebDriver 3.x using it's Java bindings.

License

Notifications You must be signed in to change notification settings

LeHack/HowToWebDriver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HowToWebDriver 📖

This repo contains a bunch of examples on how to use WebDriver 3.x using it's Java bindings.

To run the examples first make sure to have a test site set up:

  • cd into the "testsite" directory
  • run: python -m SimpleHTTPServer

Examples (recommended order of reading/running):

➡️ Note:

My company decided to release an addon I designed as open source. This addon was created to allow fetching console.log entries remotely using WebDriver 3.x (while Mozilla struggles to fix mozilla/geckodriver#284).

With my approach, you don't need to access the stdout of geckodriver (which is quite handy, when you use Selenium Grid).

See https://github.com/hurracom/WebConsoleTap

About

This repo contains a bunch of examples on how to use WebDriver 3.x using it's Java bindings.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published