-
Notifications
You must be signed in to change notification settings - Fork 2
Home
NaveenS edited this page Mar 20, 2020
·
11 revisions
Welcome to the selenium_python wiki!
- Introduction
- Selenium WebDriver Installation
- First Script in Selenium with Python
- Walk through of the Login example
- Working with DropDown Select Operations
- is_displayed, is_enabled and is_selected
- Introduction to Locating Elements
- XPath
- CSS Selector
- Link Text and Partial Link Text
- Implicit and Explicit Wait
- unittest framework
- Test Fixtures
- unittest Assert Methods
- Distinguishing test iterations using subtests
- Skipping tests and expected failures
- Unittest Html And Xml Report Generation
- Unittest Allure Report
- Introduction to Data Driven Testing using @ddt
- Data Driven Testing using @ddt and Excel data source