Selenium Advanced Interview Questions With Detailed Answers

Part 20 93 : Tell me the class name using which we can generate Action chain. Answer : The WebDriver class name Using which we can generate Action chain Is “Actions“. VIEW USAGE OF ACTIONS CLASS with practical example on how to generate series of actions to drag and drop element of software web application. 94 : Do you know … Read more

Double Click On Button Using Actions Class Of Selenium WebDriver

As you know, We can use WebDriver Actions class where we need to perform series of actions to complete operation. We have learnt many tutorials on usage of Actions class In selenium webdriver to perform such tricky advanced user Interactions like drag and drop element, selecting JQuery selectable Items, Moving slider, selecting date from JQuery date … Read more

How To Handle HTTP Proxy Authentication Using AutoIt In Selenium WebDriver

Use of AutoIt with selenium webdriver Is very useful because selenium webdriver Is not able to handle windows dialog like file upload dialog, file download dialog, HTTP proxy authentication dialog etc. But AutoIt Is desktop application testing tool and It Is very stable with handling all these kind of dialog. Let’s try to work with HTTP … Read more

Downloading File Using AutoIt In Selenium WebDriver

Downloading file using selenium webdriver Is also tricky task. I have already described how to handle file download functionality In selenium webdriver by creating custom firefox profile In THIS POST. It Is really very long task. At place of using custom profile approach, We can use AutoIt script with selenium webdriver to download file from any … Read more