Automate browser navigation commands
| Type | Method | Description |
|---|---|---|
void | back() |
|
void | forward() |
|
void |
|
|
void | refresh() |
|
The sample below:
- Opens the documentation main page.
- Navigates to a new page by clicking a link.
- Navigates back to the documentation main page.
- Navigates forward to the Release Notes page.
- Opens the Wikipedia website in the current tab.
- Refreshes the current page.
Expand to view code
<?xml version="1.0" encoding="UTF-8"?>
<config xmlns="http://web-harvest.sourceforge.net/schema/1.0/config"
scriptlang="groovy">
<robotics-flow>
<robot name="r2d2" driver="internet explorer" close-on-completion="true" start-in-private="true">
<script></script>
</robot>
</robotics-flow>
<export include-original-data="false" />
</config>