Hello, Guys, Welcome to Selenium tutorial, today in this post we will see how to handle Dropdown in Selenium webdriver. Generally, while working with the script we have to select some values from the dropdown and do other activity and validate. The dropdown is just like simple WebElement like Checkbox, textbox etc. Before moving to Dropdown in Selenium webdriver … [Read more...] about How to Handle Dropdown in Selenium webdriver
Basic Selenium
How to write Dynamic XPath in Selenium
Welcome to Selenium tutorial, today we will see how to write Dynamic XPath in Selenium because we can't go ahead without XPath and CSS so let's discuss XPath different methods in detail. Selenium has 8 locators which include id, name, classname, XPath, CSS, linkText, partialLinkText and tag name which make our task easy to find elements. Previously we have firebug and … [Read more...] about How to write Dynamic XPath in Selenium
How to use FileHandler Class in Selenium for Screenshot
If you have upgraded to new version of Selenium 3.6.0 or newer version then you will not get new FileUtils class which we used to get in older versions of Selenium. FileHandler Class in Selenium for Screenshot and help us to copy screenshot from source to destination. FileHandler is new Class in Selenium which help us the to store screenshots, create directory and so on. You … [Read more...] about How to use FileHandler Class in Selenium for Screenshot
How To Run Selenium Test In Headless Mode in Chrome Browser
Headless Testing is very useful in Test Automation and Selenium Webdriver also supports now Headless Testing. Previously we have used HTMLUnitDriver and PhantomJS driver Run Selenium Test In Headless Mode. In case you are not familiar with Headless Mode then in just line I can say that "Test will run without GUI" it means test will be running in background and you will get … [Read more...] about How To Run Selenium Test In Headless Mode in Chrome Browser
How to execute Selenium Webdriver in Chrome Browser
Hello Welcome to Selenium Tutorial, today we will discuss Launch Chrome Browser using Selenium Webdriver. Selenium Webdriver by default support firefox browser only that is the reason we did not face any issue while working with Firefox.In order to execute your script in the different browser like chrome, IE etc. If you are working with IE browser then you should know the … [Read more...] about How to execute Selenium Webdriver in Chrome Browser