Skip to content

seleniumQuery/seleniumQuery-showcase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.