Mar 28
Part 12: Usages Of Javascripts In Selenium : How To Type In Input Box Using Javascript
Hello Folks, It is asked in interviews sometimes about alternative of sendKeys() method in selenium webdriver. We will see the same thing here. Javascript is the alternative for sendKeys method. First basic question why we would require alternative of sendKeys? You must have encountered some text box which is nested and selenium is not able […]