Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.33 KB

File metadata and controls

32 lines (19 loc) · 1.33 KB

seleniumQuery showcase demo project

What:

Multiple classes showing seleniumQuery's basic functionality.

To get the latest version of seleniumQuery, add to your pom.xml:

<dependency>
    <groupId>io.github.seleniumquery</groupId>
    <artifactId>seleniumquery</artifactId>
    <version>0.20.0</version>
</dependency>

Hello world

Simply download and run the main() method of the SeleniumQueryExample class.

Creating and Using plugins

Check out the SeleniumQueryPluginExample.

Using multiple Drivers at the same time

The MultipleBrowsersExample will get you started.



More?

Feel free to request now or explore seleniumQuery's end to end tests. They are full blown examples to pretty much every functionality the lib has.