All about JavaScriptExecutor in Selenium
As per the selenium official link on Selenium RC, core selenium is basically a javascript program (set of functions) which interprets and executes selenium commands using browser’s built in javascript interpreter. Sometimes we observe web controls doesn’t react well to selenium commands, there we can directly use / execute javascript commands using webdriver, To execute…