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
- Host: GitHub
- URL: https://github.com/seleniumquery/seleniumquery-showcase
- Owner: seleniumQuery
- License: mit
- Created: 2014-11-23T18:49:09.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-12-19T00:08:42.000Z (over 6 years ago)
- Last Synced: 2024-04-15T02:05:23.290Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 12.4 MB
- Stars: 6
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.