How can I run Selenium Web Driver using a button in HTML?
In most of the tutorials that I've read/watched regarding how to use Selenium Web Drivers, they code it and launch the browser and let the script manipulate things in the browser. But what if the browser is already open, and there's a button which when clicked, will run the script for the Selenium Web Driver?
How to do that?