BITCQ

Playwright Foundations with Python

Size: 447.4 MB
Magnet link

Name Size
Playwright Foundations with Python/01. Introducing Playwright/01. Introduction.mp4 9 MB
Playwright Foundations with Python/01. Introducing Playwright/02. Why Playwright-.mp4 6.5 MB
Playwright Foundations with Python/01. Introducing Playwright/03. Prerequisites.mp4 1.5 MB
Playwright Foundations with Python/01. Introducing Playwright/04. Project Setup.mp4 10.7 MB
Playwright Foundations with Python/01. Introducing Playwright/05. Troubleshooting Project Setup.mp4 2.3 MB
Playwright Foundations with Python/01. Introducing Playwright/06. Getting the Demo Project.mp4 3.4 MB
Playwright Foundations with Python/01. Introducing Playwright/07. Demo- First Quick Script.mp4 4.4 MB
Playwright Foundations with Python/01. Introducing Playwright/08. Demo- Checking Browser Support.mp4 3.3 MB
Playwright Foundations with Python/01. Introducing Playwright/09. Introducing Demo Project.mp4 3.9 MB
Playwright Foundations with Python/01. Introducing Playwright/10. Course Overview.mp4 2.7 MB
Playwright Foundations with Python/02. Understanding Playwright’s Core Concepts/01. Introduction.mp4 3 MB
Playwright Foundations with Python/02. Understanding Playwright’s Core Concepts/02. Placing Playwright Code into Test Functions.mp4 9.3 MB
Playwright Foundations with Python/02. Understanding Playwright’s Core Concepts/03. Using Fixtures to Shorten Scripts.mp4 8.6 MB
Playwright Foundations with Python/02. Understanding Playwright’s Core Concepts/04. Using the Expect Assertions.mp4 16.7 MB
Playwright Foundations with Python/02. Understanding Playwright’s Core Concepts/05. Understanding Sync vs. Async API.mp4 4.3 MB
Playwright Foundations with Python/02. Understanding Playwright’s Core Concepts/06. Summary.mp4 2.6 MB
Playwright Foundations with Python/03. Using Locators/01. Introduction.mp4 839 KB
Playwright Foundations with Python/03. Using Locators/02. Slowing Things Down and Refactoring.mp4 2.8 MB
Playwright Foundations with Python/03. Using Locators/03. Getting by Label.mp4 4.2 MB
Playwright Foundations with Python/03. Using Locators/04. Getting by Role.mp4 6.9 MB
Playwright Foundations with Python/03. Using Locators/05. Getting by Text.mp4 2.8 MB
Playwright Foundations with Python/03. Using Locators/06. Other Important Locators.mp4 3.8 MB
Playwright Foundations with Python/03. Using Locators/07. Getting by Generic Locator.mp4 6.3 MB
Playwright Foundations with Python/03. Using Locators/08. Applying Filters.mp4 5.9 MB
Playwright Foundations with Python/03. Using Locators/09. Handling Multiple Matches.mp4 8.6 MB
Playwright Foundations with Python/03. Using Locators/10. Other Locating Strategies.mp4 7.3 MB
Playwright Foundations with Python/03. Using Locators/11. Frames.mp4 863 KB
Playwright Foundations with Python/03. Using Locators/12. Using Codegen to Locate Elements.mp4 3.1 MB
Playwright Foundations with Python/03. Using Locators/13. Summary.mp4 978 KB
Playwright Foundations with Python/04. Using Playwright Basic Actions/01. Introduction.mp4 966 KB
Playwright Foundations with Python/04. Using Playwright Basic Actions/02. Navigating.mp4 6.9 MB
Playwright Foundations with Python/04. Using Playwright Basic Actions/03. Challenge- Check Form Reset.mp4 756 KB
Playwright Foundations with Python/04. Using Playwright Basic Actions/04. Filling in Inputs.mp4 3.5 MB
Playwright Foundations with Python/04. Using Playwright Basic Actions/05. Filling vs. Typing.mp4 1.7 MB
Playwright Foundations with Python/04. Using Playwright Basic Actions/06. Clicking.mp4 3.1 MB
Playwright Foundations with Python/04. Using Playwright Basic Actions/07. Checking.mp4 3.8 MB
Playwright Foundations with Python/04. Using Playwright Basic Actions/08. Selecting.mp4 4.8 MB
Playwright Foundations with Python/04. Using Playwright Basic Actions/09. Other Actions.mp4 1.2 MB
Playwright Foundations with Python/04. Using Playwright Basic Actions/10. Assertion Nuances.mp4 4 MB
Playwright Foundations with Python/04. Using Playwright Basic Actions/11. Summary.mp4 828 KB
Playwright Foundations with Python/05. Performing More Advanced Actions/01. Introduction.mp4 1.8 MB
Playwright Foundations with Python/05. Performing More Advanced Actions/02. Handling Dialogs.mp4 5.4 MB
Playwright Foundations with Python/05. Performing More Advanced Actions/03. Monitoring Events.mp4 8.1 MB
Playwright Foundations with Python/05. Performing More Advanced Actions/04. Capturing Errors.mp4 8 MB
Playwright Foundations with Python/05. Performing More Advanced Actions/05. Manipulating Cookies.mp4 4 MB
Playwright Foundations with Python/05. Performing More Advanced Actions/06. Viewing Browser Storage.mp4 6.7 MB
Playwright Foundations with Python/05. Performing More Advanced Actions/07. Invoking JavaScript and Setting Browser Storage.mp4 6.2 MB
Playwright Foundations with Python/05. Performing More Advanced Actions/08. The Nuances of Downloading Files.mp4 9.9 MB
Playwright Foundations with Python/05. Performing More Advanced Actions/09. Uploading Files.mp4 1.6 MB
Playwright Foundations with Python/05. Performing More Advanced Actions/10. Taking Smart Screenshots.mp4 6.6 MB
Playwright Foundations with Python/05. Performing More Advanced Actions/11. Summary.mp4 1.8 MB
Playwright Foundations with Python/06. Leveraging pytest for Better Test Management/01. Introduction.mp4 2.8 MB
Playwright Foundations with Python/06. Leveraging pytest for Better Test Management/02. Parameterizing Tests.mp4 5.7 MB
Playwright Foundations with Python/06. Leveraging pytest for Better Test Management/03. Refactoring to Setup Fixture.mp4 7.1 MB
Playwright Foundations with Python/06. Leveraging pytest for Better Test Management/04. Where Is the Cleanup-.mp4 4 MB
Playwright Foundations with Python/06. Leveraging pytest for Better Test Management/05. Module Scope Setup and Cleanup.mp4 12.9 MB
Playwright Foundations with Python/06. Leveraging pytest for Better Test Management/06. Creating Global Setup with Autouse.mp4 7.6 MB
Playwright Foundations with Python/06. Leveraging pytest for Better Test Management/07. Creating Global Config File.mp4 5.1 MB
Playwright Foundations with Python/07. Using pytest-playwright Effectively/01. Introduction.mp4 2.5 MB
Playwright Foundations with Python/07. Using pytest-playwright Effectively/02. Configuring Playwright Fixtures.mp4 11.8 MB
Playwright Foundations with Python/07. Using pytest-playwright Effectively/03. Fixture Naming Matters.mp4 5.3 MB
Playwright Foundations with Python/07. Using pytest-playwright Effectively/04. Setting Geolocation.mp4 10.3 MB
Playwright Foundations with Python/07. Using pytest-playwright Effectively/05. Refactoring Playwright Fixtures.mp4 7.4 MB
Playwright Foundations with Python/07. Using pytest-playwright Effectively/06. Playwright Decorators.mp4 7.5 MB
Playwright Foundations with Python/07. Using pytest-playwright Effectively/07. Combining Decorators.mp4 1.9 MB
Playwright Foundations with Python/07. Using pytest-playwright Effectively/08. Using CLI Flags Effectively.mp4 7 MB
Playwright Foundations with Python/07. Using pytest-playwright Effectively/09. Understanding Conflicting Settings.mp4 3.3 MB
Playwright Foundations with Python/07. Using pytest-playwright Effectively/10. Parallelizing Your Tests.mp4 9.2 MB
Playwright Foundations with Python/07. Using pytest-playwright Effectively/11. Summary.mp4 3.2 MB
Playwright Foundations with Python/08. Diving Deeper into Networking/01. Introduction.mp4 2.7 MB
Playwright Foundations with Python/08. Diving Deeper into Networking/02. HTTP Crash Course.mp4 3.3 MB
Playwright Foundations with Python/08. Diving Deeper into Networking/03. Playwright's Request-Response Overview.mp4 7.8 MB
Playwright Foundations with Python/08. Diving Deeper into Networking/04. Monitoring Traffic and Detecting Errors.mp4 8.7 MB
Playwright Foundations with Python/08. Diving Deeper into Networking/05. Playwright's APIRequest-APIResponse Overview.mp4 1.5 MB
Playwright Foundations with Python/08. Diving Deeper into Networking/06. Demo- Sending APIRequests.mp4 9 MB
Playwright Foundations with Python/08. Diving Deeper into Networking/07. Coding Challenge.mp4 1.4 MB
Playwright Foundations with Python/08. Diving Deeper into Networking/08. Writing E2E Tests with HTTP Authentication.mp4 15.9 MB
Playwright Foundations with Python/08. Diving Deeper into Networking/09. Getting Started with Routes API.mp4 11.1 MB
Playwright Foundations with Python/08. Diving Deeper into Networking/10. Summary.mp4 1.7 MB
Playwright Foundations with Python/09. Acing Playwright Tools/01. Introduction.mp4 1.4 MB
Playwright Foundations with Python/09. Acing Playwright Tools/02. Trace Viewer.mp4 6 MB
Playwright Foundations with Python/09. Acing Playwright Tools/03. Further Learning.mp4 5.8 MB
Playwright Foundations with Python/09. Acing Playwright Tools/04. Summary.mp4 647 KB
Playwright Foundations with Python/playwright-foundations-python.zip 18 MB
Name
udp://tracker.coppersurfer.tk:6969/announce
udp://tracker.open-internet.nl:6969/announce
udp://tracker.leechers-paradise.org:6969/announce
udp://exodus.desync.com:6969/announce
udp://tracker.internetwarriors.net:1337/announce
udp://tracker.opentrackr.org:1337/announce
udp://9.rarbg.to:2710/announce
udp://9.rarbg.me:2710/announce
http://tracker3.itzmx.com:6961/announce
http://tracker1.itzmx.com:8080/announce
udp://thetracker.org:80/announce
udp://open.demonii.si:1337/announce
udp://bt.xxx-tracker.com:2710/announce
udp://tracker.torrent.eu.org:451/announce
udp://tracker.cyberia.is:6969/announce
udp://tracker.tiny-vps.com:6969/announce
udp://denis.stalker.upeer.me:6969/announce
http://open.acgnxtracker.com:80/announce
udp://ipv4.tracker.harry.lu:80/announce
udp://explodie.org:6969/announce
udp://tracker.opentrackr.org:1337/announce
udp://tracker.zer0day.to:1337/announce
udp://tracker.coppersurfer.tk:6969/announce
udp://tracker.leechers-paradise.org:6969/announce
udp://tracker.internetwarriors.net:1337/announce
udp://mgtracker.org:6969/announce
udp://explodie.org:6969/announce

Loading...