Selenium Archive
Protractor
Its quite sometime, I have been working with Protractor, an awesome framework for e2e automated testing of AngularJS applications. There are some facts about Protractor which make it
Read More
Selenium
What we do: We can start ChromeDriver by instantiating webdriver instance in the following way. WebDriver driver=new ChromeDriver(); or some people start ChromeDriver by mentioning the path to
Read More
Selenium
Sometimes we need to verify the session – by closing the browser and reopening it using Selenium WebDriver. But by closing the browser and reopening it – does
Read More
Selenium
Sometimes we need to simulate keyboard actions without disturbing the present cursor focus.For Example: Testing with Selenium WebDriver-When we click on any file upload button a file upload
Read More