November 12, 2017 – Make Selenium Easy
Question: What will happen if you pass Hindi words in sendKeys method? Answer: Selenium webdriver will type Hindi font in text box which is intended behavior of sendkeys method. Java program: Output:
Hello Folks, In this post we will see how to handle JQuery dialog box in selenium webdriver. Sample html code to create a JQuery dialog box: JqueryDialogBox.html: If you open above html code in browser and click on button, you will see a dialog box as below: You can inspect this dialog box. There is […]
Hello Folks, In this post, we will learn “Handling browser windows in Selenium webdriver.”. Consider an example. You are browsing a website and when you click on a link, it opens up a new browser window and display web page contains. Manually, you need to switch to new browser window to perform some actions. The […]