Back to Browse

Python WebDriver By Selectors

11.0K views
Aug 21, 2017
24:08

This is a Python Webdriver Tutorial for the beginners. This tutorial will teach you how to locate HTML elements in the DOM using different By selectors from the Python version of the Selenium WebDriver such as NAME, ID, CLASS_NAME, LINK_TEXT, PARTIAL_LINK_TEXT and TAG_NAME. It will show you how to get attributes from those HTML elements such as values from Angular elements and src from image elements and demonstrate basic flow using Google Search as the primary use case. In this tutorial we are using PyCharm for development, if you do not have PyCharm installed, you can learn how to install it via this video: https://www.youtube.com/watch?v=QzcaEELafkE If you do not have WebDriver and/or ChromeDriver Installed, you can learn how to install it from this video: https://www.youtube.com/watch?v=gVXcVcTRXd0 Checkout the next Python webdriver tutorial that will show you how to create simple to advanced XPATH expressions to be used with the By.XPATH selector: https://www.youtube.com/watch?v=PqSXxrVNpLA This video is part of the Python WebDriver video series. It is the most complete and most advanced collection of Python WebDriver Tutorials on the internet. Every video in this course goes in-depth with examples of best practices and explanations of why its a best practice. You will not find better Python Selenium WebDriver tutorials anywhere else, paid or not. In fact I have never seen any tutorial online that show how to create wrappers for WebDriver, which are fundamental when building frameworks and I have yet to see a proper video that shows how to create Page Objects. This series covers basic areas for WebDriver with advanced examples of how to build and support each component in a reusable and scalable manner for selectors, dropdowns, checkboxes, radio buttons etc. This Python tutorial series on WebDriver also covers more advanced areas like: - Create wrappers for Browser: https://goo.gl/kTkrX2 - Create wrappers for WebElement selectors: https://goo.gl/VTQLnx - Work with iFrames: https://goo.gl/A7z5Yo - Manipulate Cookies in every way possible: https://goo.gl/gDQ8ki - Download Files: https://goo.gl/GrBCct - Work with Dynamic HTML Tables: https://goo.gl/YygPx9 - Use WebDriver to Upload Files: https://goo.gl/XCca7e - Many ways to deal with System Dialogs when using WebDriver with Python: https://goo.gl/ZRTMy7 - All of the ways for doing drag and drop: https://goo.gl/kQG6ap - Download and compare images on Python 2 and Python 3: https://goo.gl/XEEA64 etc If you like my channel, make sure to support it: via PayPal donations: https://goo.gl/jYc1Mu or become my Patron and back me on Patreon: https://goo.gl/Wsf1jZ

Download

1 formats

Video Formats

360pmp429.9 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Python WebDriver By Selectors | NatokHD