Last active
February 23, 2016 05:44
-
-
Save prashanth-sams/1564ed49d71126c357e5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
slide 1 | |
======== | |
Selenium RC -> selenium core - proxy injection | |
Selenium WebDriver | |
slide 2 | |
======== | |
Selenium IDE, Selenium Builder | |
Selenium Grid | |
slide 3 - Selenium WebDriver Architechture | |
======== | |
JSONWireProtocol | |
slide 4 - Cross Browser Tests | |
======== | |
Browsers | |
Headless Browsers | |
User Agents | |
Profiles | |
slide 5 - Functions | |
======== | |
- Object Oriented Approach - WebDriverBackedSelenium - Future of Selenium | |
- WebElement and Windows Funcitons | |
- Navigation and Cookies Functions | |
- Alerts and pop-ups | |
- Mouse ad keyboard actions | |
- JavascriptExecutor | |
- iFrames | |
slide 6 - Best Practices | |
======== | |
Page Object Pattern | |
Handling Waits | |
Handling DOM | |
slide 7 - Cons and Pros | |
======== |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment