| active_sessions | Retrieve information on currently active session |
| element_clear | Clear element input |
| element_click | Click element |
| element_css_find | Find an element via CSS selector |
| element_ptext_find | Find an element via partial text matching |
| element_xpath_find | Find an element via XPath |
| get.url | Retrieve the URL of the current page |
| get.window_position | Get current position of a window |
| get.window_size | Get window size |
| implicit_wait | Set implicit waiting time |
| keys | Send keys |
| liv | Locate and determine element's screen position |
| page_back | Navigate backwards |
| page_forward | Navigate forwards |
| page_refresh | Refresh page |
| page_source | Retrieve page source |
| page_title | Get the page title |
| post.url | Navigate to a new URL |
| post.window_position | Change position of a window |
| post.window_size | Resize window |
| quit_session | Quite the current session |
| start_session | Create a new Webdriver session |
| status | Retrieve status information on current session |
| window_change | Change window focus |
| window_close | Close window |
| window_handle | Retrieve the current window handle |
| window_handles | Retrieve all window handle |
| window_max | Maximize window size |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.