Selenium WebDriver has already provided many browser Navigation commands like Back, Forward, Refresh method which help us to navigate easily. This post will walk you through different type of Browser Navigation commands in Selenium with C#. Browser Navigation commands in Selenium with C# Navigation Commands. Browser Navigation commands are used to perform navigation … [Read more...] about Browser Navigation commands in Selenium with C#
How To Create Selenium Test using NUnit Framework
If you have worked on Java then you must have used JUnit or TestNG for unit testing. In the same way we have NUnit which works in slimier way. This post will guide you complete details about NUnit and how to build Selenium Test using NUnit Framework. Before we start let us discuss few points so that you can understand everything. 1-What is Unit Testing? Unit … [Read more...] about How To Create Selenium Test using NUnit Framework
Complete Guide To Install Selenium Webdriver With C# with Visual Studio
When I started my Test Automation journey I started Selenium with Java and then I also explored Selenium with Python and with C# as well. Before we start Install Selenium Webdriver With C# let us discuss few things about what is Selenium and C# and few more points What is Selenium Selenium is a portable software testing suite for web applications. Primarily, … [Read more...] about Complete Guide To Install Selenium Webdriver With C# with Visual Studio
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