Skip to content

Instantly share code, notes, and snippets.

@prashanth-sams
Last active February 23, 2016 05:44
Show Gist options
  • Save prashanth-sams/1564ed49d71126c357e5 to your computer and use it in GitHub Desktop.
Save prashanth-sams/1564ed49d71126c357e5 to your computer and use it in GitHub Desktop.
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