Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.55 KB

File metadata and controls

25 lines (18 loc) · 1.55 KB

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