...
×
Parallel Testing with Docker Swarm – Pytest or Python
In this article, we will learn how to run our play scripts using docker images. After that, we will learn
Learn Docker in 1 Hour
This article will contain 90% of the docker, and the remaining 10% you can manage. I have learned docker for
Open the browser and Close in Playwright Python
We will be discussing opening different types of browser and closing the tabs and browsers in Playwright python
Screenshot and Video in Playwright Python
We will discuss taking screenshots and recording videos in Playwright python
Handle Tabs and Windows in Playwright Python
We will use page.expect_page() from Playwright to handle the tabs/windows, once we store the page in a new variable we can use both the new page and the old page simultaneously
Handle IFrames in Playwright Python
When a developer wants to showcase a different webpage on the current page, then they use frames to show the webpage. It is like showing live shows on television. The page that is shown in the frame c
Pytest with Python
Pytest provides a structured way for creating test cases with Python, using pytest we can pinpoint which functionalities are failing by creating a test for each functionality. We can also selectively
Handle dropdowns in Playwright Python
This article provides insight on how to interact with different types of dropdowns using Playwright in Python. It distinguishes between standard and custom dropdowns, providing methods for selecting o
Element State with Playwright Python
The article explores Playwright Python methods for assessing HTML element states. Key methods like is_checked() for selection, is_hidden() for absence, and is_visible() for perceptibility are discusse
Handle checkbox in Playwright Python
The check() function ensures a checkbox is selected, uncheck() deselects it, and is_checked() verifies its state. These functions provide a reliable approach, crucial for scenarios like login pages w
Seraphinite AcceleratorOptimized by Seraphinite Accelerator
Turns on site high speed to be attractive for people and search engines.