Selenium with Python
The Python Full Stack Master Program Online Course in WinMore technologies is designed for students who want to learn the fundamentals of web development in Python. This course covers the basics of HTML, CSS, JavaScript, Python, Django, and other technologies used in web development. It also covers topics such as database management, web hosting, and deployment.
The program also includes hands-on projects, lectures, and quizzes. The course is divided into five modules. The first module, “Foundations of Web Development,” provides an introduction to HTML, CSS, and JavaScript. It also teaches how to use Python libraries and frameworks to create web applications. The second module, “Advanced Topics in Web Development,” The third module, “Data Modeling and Database Management,” covers database normalization and the use of SQL. The fourth module, “Web Hosting and Deployment,” covers topics such as web hosting platforms, deployment tools, and domain registration. The fifth module, “Python Full Stack Master Program,” covers topics such as web development with Django, Python web applications, and API development. The course provides students with the skills and knowledge needed.
Selenium with Python Syllabus
- Installation
Introduction
Configuration of Python bindings for Selenium
Installation for Windows users
Downloading Selenium server
Basic Python training (If required)
Getting Started
Simple Usage
Example Explained
Using Selenium to write tests
Walk through of the example
Using Selenium with remote WebDriver
Navigating
Interacting with the page
Filling in forms
Drag and drop
Moving between windows and frames
Popup dialogs
Navigation: history and location
Cookies
Locating Elements
Locating by Id
Locating by Name
Locating by XPath
Locating Hyperlinks by Link Text
Locating Elements by Tag Name
Locating Elements by Class Name
Locating Elements by CSS Selectors
Waits
Explicit Waits
Implicit Waits
Page Objects
Test case
Page object classes
Page elements
Locators
WebDriver API
Exceptions
Action Chains
Alerts
Special Keys
Locate elements By
Desired Capabilities
Utilities
Firefox WebDriver
Chrome WebDriver
Remote WebDriver
Web Element
UI Support
Color Support
Expected conditions Support