本站已收录 番号和无损神作磁力链接/BT种子 

Selenium WebDriver with Python - Basics to Intermediate

种子简介

种子名称: Selenium WebDriver with Python - Basics to Intermediate
文件类型: 视频
文件数目: 81个文件
文件大小: 783.09 MB
收录时间: 2018-6-25 19:58
已经下载: 3
资源热度: 135
最近下载: 2024-5-27 23:11

下载BT种子文件

下载Torrent文件(.torrent) 立即下载

磁力链接下载

magnet:?xt=urn:btih:9bdfffd98b7c6dda894a3dda13bfa2d9685c533a&dn=Selenium WebDriver with Python - Basics to Intermediate 复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。

喜欢这个种子的人也喜欢

种子包含的文件

Selenium WebDriver with Python - Basics to Intermediate.torrent
  • 01 Introduction/001 Welcome.mp415.18MB
  • 01 Introduction/002 Prerequisites.mp41.34MB
  • 01 Introduction/003 Selenium Overview.mp43.81MB
  • 01 Introduction/004 Navigating Course Materials.mp42.79MB
  • 02 Installation and Configuration on Mac OS X/001 Tools Overview Instructions attached.mp4643.98KB
  • 02 Installation and Configuration on Mac OS X/002 Installing Firefox Add-ons.mp416.96MB
  • 02 Installation and Configuration on Mac OS X/003 Installing ChromeDriver.mp49.29MB
  • 02 Installation and Configuration on Mac OS X/004 Installing Java.mp44.16MB
  • 02 Installation and Configuration on Mac OS X/005 Installing Pip.mp48.33MB
  • 02 Installation and Configuration on Mac OS X/006 Installing Selenium.mp41.81MB
  • 02 Installation and Configuration on Mac OS X/007 Overwriting the PYTHONPATH.mp41.63MB
  • 03 Installation and Configuration on Windows/001 Tools Overview Instructions attached.mp4763.4KB
  • 03 Installation and Configuration on Windows/002 Installing Firefox Add-Ons.mp410.8MB
  • 03 Installation and Configuration on Windows/003 Installing Python 2.7.mp410.07MB
  • 03 Installation and Configuration on Windows/004 Installing Pip.mp416.63MB
  • 03 Installation and Configuration on Windows/005 Installing Selenium.mp42.7MB
  • 03 Installation and Configuration on Windows/006 Installing Java.mp414.23MB
  • 03 Installation and Configuration on Windows/007 Installing ChromeDriver.mp44.99MB
  • 03 Installation and Configuration on Windows/008 Installing IEDriver.mp49.84MB
  • 03 Installation and Configuration on Windows/009 Configuring Internet Explorer.mp412.56MB
  • 04 Installation and Configuration on Ubuntu/001 Tools Overview Instructions attached.mp4574.47KB
  • 04 Installation and Configuration on Ubuntu/002 Upgrading Firefox and Installing Add-Ons.mp427.72MB
  • 04 Installation and Configuration on Ubuntu/003 Installing Chrome.mp410.9MB
  • 04 Installation and Configuration on Ubuntu/004 Installing ChromeDriver.mp49.36MB
  • 04 Installation and Configuration on Ubuntu/005 Installing Java.mp43.05MB
  • 04 Installation and Configuration on Ubuntu/006 Installing Pip.mp49.2MB
  • 04 Installation and Configuration on Ubuntu/007 Installing Selenium.mp41.97MB
  • 04 Installation and Configuration on Ubuntu/008 Overwriting The PYTHONPATH.mp45.8MB
  • 04 Installation and Configuration on Ubuntu/009 Installing Sublime Text Editor.mp48.32MB
  • 05 Overview of Selenium IDE/001 Selenium IDE Features Overview.mp439.88MB
  • 05 Overview of Selenium IDE/002 Assert Vs Verify.mp46.09MB
  • 05 Overview of Selenium IDE/003 Creating a Test Suite.mp412.73MB
  • 05 Overview of Selenium IDE/004 Limitations.mp4817.16KB
  • 06 Creating My First Selenium Test/001 Creating and Running My First Test.mp43.37MB
  • 06 Creating My First Selenium Test/002 Implicit wait Vs. Explicit wait.mp414.84MB
  • 07 Locating Web Elements/001 Introduction.mp4870.71KB
  • 07 Locating Web Elements/002 Locating Elements Using XPATH Cheat sheet attached.mp414.65MB
  • 07 Locating Web Elements/003 Locating Elements Using CSS Selector Cheat sheet attached.mp414.45MB
  • 07 Locating Web Elements/004 Dealing with Dynamic Elements.mp42.24MB
  • 07 Locating Web Elements/005 Comparing Locator Strategies.mp41.64MB
  • 07 Locating Web Elements/006 Exercise.mp44.31MB
  • 08 Overview of Python Unittest Module/001 Understanding the Unittest module.mp42.58MB
  • 08 Overview of Python Unittest Module/002 Structure of a Test Case.mp49.7MB
  • 08 Overview of Python Unittest Module/003 Assert Methods.mp45.65MB
  • 08 Overview of Python Unittest Module/004 Creating My First Test Suite.mp43.76MB
  • 09 Webdriver API Finding Elements and Applying Basic Actions/001 Methods to Find Elements.mp442.63MB
  • 09 Webdriver API Finding Elements and Applying Basic Actions/002 Comparing Methods of Finding Elements.mp41.22MB
  • 09 Webdriver API Finding Elements and Applying Basic Actions/003 Clicking an Element or Sending Keys to an Element.mp48.7MB
  • 09 Webdriver API Finding Elements and Applying Basic Actions/004 Selecting an Option from a Drop-down.mp49.55MB
  • 09 Webdriver API Finding Elements and Applying Basic Actions/005 Getting an Element Text or Attribute.mp48.46MB
  • 09 Webdriver API Finding Elements and Applying Basic Actions/006 Exercise.mp42.7MB
  • 10 Webdriver API Switching Focus to a Window, an Alert or a Frame/001 Switching Focus to a Window.mp412.5MB
  • 10 Webdriver API Switching Focus to a Window, an Alert or a Frame/002 Switching Focus to an Alert.mp410.02MB
  • 10 Webdriver API Switching Focus to a Window, an Alert or a Frame/003 Switching Focus to a Frame.mp46.67MB
  • 10 Webdriver API Switching Focus to a Window, an Alert or a Frame/004 Exercise.mp41.02MB
  • 11 Webdriver API ActionChains/001 ActionChains Overview.mp42.29MB
  • 11 Webdriver API ActionChains/002 Moving Focus to an Element and Clicking a Submenu.mp421.54MB
  • 11 Webdriver API ActionChains/003 Sending Keys to an Element.mp414.03MB
  • 11 Webdriver API ActionChains/004 Exercise.mp41.2MB
  • 12 Organizing and Refactoring Your Code/001 Organizing and Refactoring Your Code.mp420.29MB
  • 12 Organizing and Refactoring Your Code/002 Exercise.mp41.61MB
  • 13 Design Patterns Page Objects/001 Explaining Page Objects.mp410.19MB
  • 13 Design Patterns Page Objects/002 Implementing Page Objects in your Tests.mp459.74MB
  • 13 Design Patterns Page Objects/003 Tracking Navigation.mp420.22MB
  • 13 Design Patterns Page Objects/004 Exercise.mp41.12MB
  • 14 Using a UI Map in your Tests/001 How to implement a UI Map.mp413.78MB
  • 14 Using a UI Map in your Tests/002 Exercise.mp4371.44KB
  • 15 Testing Made Easy Nose/001 Overview and Installation.mp45.61MB
  • 15 Testing Made Easy Nose/002 Collecting Tests with Nose.mp442.14MB
  • 15 Testing Made Easy Nose/003 Exercise.mp41.93MB
  • 16 Selenium Grid Distributing Selenium Tests/001 Quick Overview and Installation.mp48.68MB
  • 16 Selenium Grid Distributing Selenium Tests/002 Launching The Hub.mp415.11MB
  • 16 Selenium Grid Distributing Selenium Tests/003 Registering The Nodes.mp429.93MB
  • 16 Selenium Grid Distributing Selenium Tests/004 Running Selenium Tests Remotely.mp421.14MB
  • 17 Best Practices for Writing Solid Selenium Tests/001 Write Independent Tests.mp43.4MB
  • 17 Best Practices for Writing Solid Selenium Tests/002 Wrap Selenium Calls.mp4999.99KB
  • 17 Best Practices for Writing Solid Selenium Tests/003 Hide Selenium Calls from your tests.mp41.88MB
  • 17 Best Practices for Writing Solid Selenium Tests/004 Use Tags.mp41.23MB
  • 17 Best Practices for Writing Solid Selenium Tests/005 Document your Tests.mp41.67MB
  • 18 Conclusion/001 Conclusion.mp4694.15KB
  • 18 Conclusion/002 Important Links.mp415.98MB