Skip to content

Gravity API, Web Driver abstraction. Allows to create any type and or combination of Web Driver, using a simple API abstraction which can also be send over HTTP.

License

Notifications You must be signed in to change notification settings

gravity-api/gravity-abstraction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gravity Abstraction

Gravity API, Web Driver abstraction. Allows to create any type and or combination of Web Driver, using a simple API abstraction which can also be send over HTTP.

More Information

Quick Start

// local driver
var driverParams = "{'driver':'ChromeDriver','driverBinaries':'C:\\myDrivers'}";
var driver = new DriverFactory(driverParams).Create();

// remote driver
var driverParams = "{'driver':'ChromeDriver','driverBinaries':'http://localhost:4444/wd/hub'}";
driver = new DriverFactory(driverParams).Create();

About

Gravity API, Web Driver abstraction. Allows to create any type and or combination of Web Driver, using a simple API abstraction which can also be send over HTTP.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages