Subscribe to:
Post Comments (Atom)
Angular JS Protractor Installation process - Tutorial Part 1
Protractor, formally known as E2E testing framework, is an open source functional automation framework designed spe...
-
In this article we are going to see the functions for keyboard's keypass key events. To find an element we use driver.FindElement(...
-
List<webElement> pagination =driver.findElemnts(By.xpath("//div[@class='nav-pages']//a")); // checkif pagination l...
-
There are times at which we would like to send special characters (Enter , F5, Ctrl, Alt etc..) to webdriver from our script. This c...
No comments:
Post a Comment