https://github.com/microfocus/silkwebdriver-quickstart-java
https://github.com/microfocus/silkwebdriver-quickstart-java
recorder selenium selenium-webdriver test-automation testing-tools webdriver
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/microfocus/silkwebdriver-quickstart-java
- Owner: MicroFocus
- License: mit
- Created: 2017-04-03T21:17:08.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-07T10:31:57.000Z (over 8 years ago)
- Last Synced: 2026-04-21T00:55:46.729Z (about 1 month ago)
- Topics: recorder, selenium, selenium-webdriver, test-automation, testing-tools, webdriver
- Language: Java
- Size: 107 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SilkWebDriver-QuickStart-Java
1. Download & Install [Silk WebDriver][2] for free
2. Start Silk WebDriver
3. Start the recording
* Select the browser
* Enter the URL
4. Record any workflow
* Use the action chooser to select a different action
* Verify certain states of the application by pressing **ctrl**-**alt** and select the any property of the active object
* Select the browser icon to record browser actions like Back, Forward, Get
5. Replay the script
* By pressing play to replay all actions or
* selecting a single action and than press play or
* selecting multiple actions by holding down the **ctrl**-key and than press play
6. Modify the script
* Delect actions or
* Reorder them
7. Check out the sample project
```
bash
git clone git://github.com/MicroFocus/SilkWebDriver-QuickStart-Java.git
```
8. Open the project in [Eclipse](http://www.eclipse.org)
9. Export the script
* To the clipboard or
* As java-file (ideally to the src/test/java folder of where the project was checked-out)
10. Import the exported script and run it as JUnit Test
## License
Scripts provided by Micro Focus are licensed under the [MIT license](LICENSE).
## Contribution
You want to contribute to our sample scripts? Great!
Sample scrips may be contributed after signing the [Micro Focus Individual Contributor License Agreement 1.0](OpenSourceContributionAgreement1_0.pdf).
Signed contributor agreements are to be sent, via PDF, to .
You will be notified via email when the agreement has been accepted by Micro Focus.
[1]: http://www.microfocus.com
[2]: http://www.microfocus.com/SilkWebDriver