Updated FirefoxProfile (markdown)
Created FirefoxProfile (markdown)
Updated ChromeOptions (markdown)
Created ChromeOptions (markdown)
Updated Example command reference (markdown)
The names of the functions were different and not working for me so I updated it to show what is working in the latest version I found
Add example of how to move the mouse. This worked for me just a moment ago but did not see it documented anywhere.
Add an example for how to check if an element is visible.
Created Upload a file (markdown)
Old method no longer working because now methods are updated like element() to findElement() and execute() to executeScript(). Now executeScript() require string JS as first parameter and array of arguments of js
I have update the "Maximize the browser window" code
Added maximize browser window to documentation
Updated HowTo Work with proxy (markdown)
Created HowTo Wait (markdown)
Updated Home (markdown)
Updated Asking User for an Input and Waiting (markdown)
Updated Taking Screenshot of an Element (markdown)
Created Taking Screenshot of an Element (markdown)
Created Asking User for an Input and Waiting (markdown)
Alerts, confirmations and prompts
Created HowTo Work with proxy (markdown)