An open API service indexing awesome lists of open source software.

https://github.com/seleniumquery/seleniumquery-showcase

seleniumQuery code demonstrations
https://github.com/seleniumquery/seleniumquery-showcase

Last synced: 6 months ago
JSON representation

seleniumQuery code demonstrations

Awesome Lists containing this project

README

        

# [seleniumQuery](https://github.com/seleniumQuery/seleniumQuery) showcase demo project

#### What:

Multiple classes showing seleniumQuery's basic functionality.

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


io.github.seleniumquery
seleniumquery
0.20.0

## Hello world

Simply download and run the [`main()` method of the `SeleniumQueryExample` class](https://github.com/seleniumQuery/seleniumQuery-showcase/blob/master/src/main/java/helloworld/SeleniumQueryExample.java#L9).

## Creating and Using plugins

Check out the [`SeleniumQueryPluginExample`](https://github.com/seleniumQuery/seleniumQuery-showcase/blob/master/src/main/java/plugin/SeleniumQueryPluginExample.java).

## Using multiple Drivers at the same time

The [`MultipleBrowsersExample`](https://github.com/seleniumQuery/seleniumQuery-showcase/blob/master/src/main/java/browser/MultipleBrowsersExample.java) will get you started.



# More?

Feel free to [**request** now](https://github.com/seleniumQuery/seleniumQuery-showcase/issues) or explore [seleniumQuery's end to end tests](https://github.com/seleniumQuery/seleniumQuery/tree/master/src/test/java/endtoend).
They are full blown examples to pretty much every functionality the lib has.