Selenium WebDriver with Python - Basics to Intermediate

mp4   Hot:6   Size:783.1 MB   Created:2023-10-27 22:25:48   Update:2024-03-22 17:22:52  

File List

  • 01 Introduction/001 Welcome.mp4 15.18 MB
    01 Introduction/002 Prerequisites.mp4 1.34 MB
    01 Introduction/003 Selenium Overview.mp4 3.81 MB
    01 Introduction/004 Navigating Course Materials.mp4 2.79 MB
    02 Installation and Configuration on Mac OS X/001 Tools Overview Instructions attached.mp4 643.98 KB
    02 Installation and Configuration on Mac OS X/002 Installing Firefox Add-ons.mp4 16.96 MB
    02 Installation and Configuration on Mac OS X/003 Installing ChromeDriver.mp4 9.29 MB
    02 Installation and Configuration on Mac OS X/004 Installing Java.mp4 4.16 MB
    02 Installation and Configuration on Mac OS X/005 Installing Pip.mp4 8.33 MB
    02 Installation and Configuration on Mac OS X/006 Installing Selenium.mp4 1.81 MB
    02 Installation and Configuration on Mac OS X/007 Overwriting the PYTHONPATH.mp4 1.63 MB
    02 Installation and Configuration on Mac OS X/TutDL.txt 105 B
    03 Installation and Configuration on Windows/001 Tools Overview Instructions attached.mp4 763.4 KB
    03 Installation and Configuration on Windows/002 Installing Firefox Add-Ons.mp4 10.8 MB
    03 Installation and Configuration on Windows/003 Installing Python 2.7.mp4 10.07 MB
    03 Installation and Configuration on Windows/004 Installing Pip.mp4 16.63 MB
    03 Installation and Configuration on Windows/005 Installing Selenium.mp4 2.7 MB
    03 Installation and Configuration on Windows/006 Installing Java.mp4 14.23 MB
    03 Installation and Configuration on Windows/007 Installing ChromeDriver.mp4 4.99 MB
    03 Installation and Configuration on Windows/008 Installing IEDriver.mp4 9.84 MB
    03 Installation and Configuration on Windows/009 Configuring Internet Explorer.mp4 12.56 MB
    03 Installation and Configuration on Windows/TutDL.txt 105 B
    04 Installation and Configuration on Ubuntu/001 Tools Overview Instructions attached.mp4 574.47 KB
    04 Installation and Configuration on Ubuntu/002 Upgrading Firefox and Installing Add-Ons.mp4 27.72 MB
    04 Installation and Configuration on Ubuntu/003 Installing Chrome.mp4 10.9 MB
    04 Installation and Configuration on Ubuntu/004 Installing ChromeDriver.mp4 9.36 MB
    04 Installation and Configuration on Ubuntu/005 Installing Java.mp4 3.05 MB
    04 Installation and Configuration on Ubuntu/006 Installing Pip.mp4 9.2 MB
    04 Installation and Configuration on Ubuntu/007 Installing Selenium.mp4 1.97 MB
    04 Installation and Configuration on Ubuntu/008 Overwriting The PYTHONPATH.mp4 5.8 MB
    04 Installation and Configuration on Ubuntu/009 Installing Sublime Text Editor.mp4 8.32 MB
    04 Installation and Configuration on Ubuntu/TutDL.txt 105 B
    05 Overview of Selenium IDE/001 Selenium IDE Features Overview.mp4 39.88 MB
    05 Overview of Selenium IDE/002 Assert Vs Verify.mp4 6.09 MB
    05 Overview of Selenium IDE/003 Creating a Test Suite.mp4 12.73 MB
    05 Overview of Selenium IDE/004 Limitations.mp4 817.16 KB
    06 Creating My First Selenium Test/001 Creating and Running My First Test.mp4 3.37 MB
    06 Creating My First Selenium Test/002 Implicit wait Vs. Explicit wait.mp4 14.84 MB
    07 Locating Web Elements/001 Introduction.mp4 870.71 KB
    07 Locating Web Elements/002 Locating Elements Using XPATH Cheat sheet attached.mp4 14.65 MB
    07 Locating Web Elements/003 Locating Elements Using CSS Selector Cheat sheet attached.mp4 14.45 MB
    07 Locating Web Elements/004 Dealing with Dynamic Elements.mp4 2.24 MB
    07 Locating Web Elements/005 Comparing Locator Strategies.mp4 1.64 MB
    07 Locating Web Elements/006 Exercise.mp4 4.31 MB
    07 Locating Web Elements/TutDL.txt 105 B
    08 Overview of Python Unittest Module/001 Understanding the Unittest module.mp4 2.58 MB
    08 Overview of Python Unittest Module/002 Structure of a Test Case.mp4 9.7 MB
    08 Overview of Python Unittest Module/003 Assert Methods.mp4 5.65 MB
    08 Overview of Python Unittest Module/004 Creating My First Test Suite.mp4 3.76 MB
    09 Webdriver API Finding Elements and Applying Basic Actions/001 Methods to Find Elements.mp4 42.63 MB
    09 Webdriver API Finding Elements and Applying Basic Actions/002 Comparing Methods of Finding Elements.mp4 1.22 MB
    09 Webdriver API Finding Elements and Applying Basic Actions/003 Clicking an Element or Sending Keys to an Element.mp4 8.7 MB
    09 Webdriver API Finding Elements and Applying Basic Actions/004 Selecting an Option from a Drop-down.mp4 9.55 MB
    09 Webdriver API Finding Elements and Applying Basic Actions/005 Getting an Element Text or Attribute.mp4 8.46 MB
    09 Webdriver API Finding Elements and Applying Basic Actions/006 Exercise.mp4 2.7 MB
    10 Webdriver API Switching Focus to a Window, an Alert or a Frame/001 Switching Focus to a Window.mp4 12.5 MB
    10 Webdriver API Switching Focus to a Window, an Alert or a Frame/002 Switching Focus to an Alert.mp4 10.02 MB
    10 Webdriver API Switching Focus to a Window, an Alert or a Frame/003 Switching Focus to a Frame.mp4 6.67 MB
    10 Webdriver API Switching Focus to a Window, an Alert or a Frame/004 Exercise.mp4 1.02 MB
    11 Webdriver API ActionChains/001 ActionChains Overview.mp4 2.29 MB
    11 Webdriver API ActionChains/002 Moving Focus to an Element and Clicking a Submenu.mp4 21.54 MB
    11 Webdriver API ActionChains/003 Sending Keys to an Element.mp4 14.03 MB
    11 Webdriver API ActionChains/004 Exercise.mp4 1.2 MB
    12 Organizing and Refactoring Your Code/001 Organizing and Refactoring Your Code.mp4 20.29 MB
    12 Organizing and Refactoring Your Code/002 Exercise.mp4 1.61 MB
    13 Design Patterns Page Objects/001 Explaining Page Objects.mp4 10.19 MB
    13 Design Patterns Page Objects/002 Implementing Page Objects in your Tests.mp4 59.74 MB
    13 Design Patterns Page Objects/003 Tracking Navigation.mp4 20.22 MB
    13 Design Patterns Page Objects/004 Exercise.mp4 1.12 MB
    13 Design Patterns Page Objects/TutDL.txt 105 B
    14 Using a UI Map in your Tests/001 How to implement a UI Map.mp4 13.78 MB
    14 Using a UI Map in your Tests/002 Exercise.mp4 371.44 KB
    15 Testing Made Easy Nose/001 Overview and Installation.mp4 5.61 MB
    15 Testing Made Easy Nose/002 Collecting Tests with Nose.mp4 42.14 MB
    15 Testing Made Easy Nose/003 Exercise.mp4 1.93 MB
    16 Selenium Grid Distributing Selenium Tests/001 Quick Overview and Installation.mp4 8.68 MB
    16 Selenium Grid Distributing Selenium Tests/001 Selenium Grid Quizz Quiz.html 7.4 KB
    16 Selenium Grid Distributing Selenium Tests/002 Launching The Hub.mp4 15.11 MB
    16 Selenium Grid Distributing Selenium Tests/003 Registering The Nodes.mp4 29.93 MB
    16 Selenium Grid Distributing Selenium Tests/004 Running Selenium Tests Remotely.mp4 21.14 MB
    17 Best Practices for Writing Solid Selenium Tests/001 Write Independent Tests.mp4 3.4 MB
    17 Best Practices for Writing Solid Selenium Tests/002 Wrap Selenium Calls.mp4 999.99 KB
    17 Best Practices for Writing Solid Selenium Tests/003 Hide Selenium Calls from your tests.mp4 1.88 MB
    17 Best Practices for Writing Solid Selenium Tests/004 Use Tags.mp4 1.23 MB
    17 Best Practices for Writing Solid Selenium Tests/005 Document your Tests.mp4 1.67 MB
    18 Conclusion/001 Conclusion.mp4 694.15 KB
    18 Conclusion/002 Important Links.mp4 15.98 MB
    TutDL.txt 105 B

Download Info

  • Tips

    “Selenium WebDriver with Python - Basics to Intermediate” Its related downloads are collected from the DHT sharing network, the site will be 24 hours of real-time updates, to ensure that you get the latest resources.This site is not responsible for the authenticity of the resources, please pay attention to screening.If found bad resources, please send a report below the right, we will be the first time shielding.

  • DMCA Notice and Takedown Procedure

    If this resource infringes your copyright, please email([email protected]) us or leave your message here ! we will block the download link as soon as possiable.