LeHack / HowToWebDriver

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:Other


Languages

Language:Java 85.3%Language:JavaScript 8.3%Language:CSS 3.5%Language:HTML 2.9%