Skip to content

WebDriver is cool, but I want to be able to create my own commands which will be run in the browser. So I did. It was not straight forward to do so; I suspect this is case of negligence on the part of WD developers - cuz wanting to do this has to be super common. Created with WebDriver 2.41.0, updated to use 2.45.0.

Notifications You must be signed in to change notification settings

shadybones/webdriver-custom-commands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webdriver-custom-commands

WebDriver is cool, but I want to be able to create my own commands which will be run in the browser. So I did. It was not straight forward to do so; I suspect this is case of negligence on the part of WD developers - cuz wanting to do this has to be super common. Created with WebDriver 2.41.0, updated to use 2.45.0.

#This is a copy from a production project. This copy is NOT tested at all. The code is good but I may have forgotten to dot an "I" or cross a "T" somewhere.

This code has two sides, the JS FF Addon side, and the Java WebDriver side. One side does nothing without the other. Up to you to get "my_ff_addon" content into FF.

About

WebDriver is cool, but I want to be able to create my own commands which will be run in the browser. So I did. It was not straight forward to do so; I suspect this is case of negligence on the part of WD developers - cuz wanting to do this has to be super common. Created with WebDriver 2.41.0, updated to use 2.45.0.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published