Skip to content
Search
Software Testing Tutorials

Software Testing Tutorials

  • Home
  • Selenium
    • selenium IDE tutorial
      • IDE Commands Part 1
      • IDE Commands Part 2
    • Selenium Webdriver Tutorial
      • Selenium Tutorial Part One
      • Selenium Tutorial Part Two
      • Selenium Advanced Tutorials
    • Selenium Data Driven Framework
    • 60 Selenium Interview Questions
    • Selenium Grid
      • Selenium Grid Tutorial
  • Playwright
    • Playwright JavaScript Tutorial
      • Beginner’s Guide
      • Playwright Installation
      • Element Locators
        • BY XPath
        • By ID
        • getByRole()
        • getByLabel()
        • getByText()
        • getByTestId()
        • getByTitle()
        • getByAltText()
        • getByPlaceholder()
      • Basic Actions
        • Get Page Title
        • Get Page URL
        • Type Text
        • Clear Text
        • Click a Button
        • Select DropDown Value
        • Select Checkboxe
        • Perform Right-Click
        • Perform Double-Click
      • Advanced Interactions
        • Handle Tables
        • Handle Date Pickers
        • Handle Dialog Box
        • Scroll Down and Top
        • Hover Over Element
        • Focus on an Element
        • Press Keys
        • Download File
        • Upload Files
        • Perform Drag and Drop
        • Take Screenshot
        • Record Video
        • Maximize Browser
      • Record Test
      • Debug Test
      • Playwright POM
      • Playwright Parameterized Tests
      • GitHub Actions
    • Playwright Java Tutorial
      • Beginner’s Guide
      • Install Playwright Java
      • Record Test
    • Playwright Python Tutorial
    • Playwright Interview Questions
  • Appium Tutorials
    • Appium Tutorial Part One
    • Appium Tutorial Part Two
    • Advanced Appium Tutorial
    • Appium Interview Questions
      • Questions Part One
      • Questions Part Two
      • Questions Part Three
      • Questions Part Four
      • Questions Part Five
      • Questions Part Six
      • Questions Part Seven
  • JMeter Tutorial
  • Excel Guide
  • Manual Testing
    • Basic Tutorials
    • Advanced Tutorials
  • Tech Insights
Software Testing Tutorials
Close menu
  • Home
  • Selenium
    • selenium IDE tutorial
      • IDE Commands Part 1
      • IDE Commands Part 2
    • Selenium Webdriver Tutorial
      • Selenium Tutorial Part One
      • Selenium Tutorial Part Two
      • Selenium Advanced Tutorials
    • Selenium Data Driven Framework
    • 60 Selenium Interview Questions
    • Selenium Grid
      • Selenium Grid Tutorial
  • Playwright
    • Playwright JavaScript Tutorial
      • Beginner’s Guide
      • Playwright Installation
      • Element Locators
        • BY XPath
        • By ID
        • getByRole()
        • getByLabel()
        • getByText()
        • getByTestId()
        • getByTitle()
        • getByAltText()
        • getByPlaceholder()
      • Basic Actions
        • Get Page Title
        • Get Page URL
        • Type Text
        • Clear Text
        • Click a Button
        • Select DropDown Value
        • Select Checkboxe
        • Perform Right-Click
        • Perform Double-Click
      • Advanced Interactions
        • Handle Tables
        • Handle Date Pickers
        • Handle Dialog Box
        • Scroll Down and Top
        • Hover Over Element
        • Focus on an Element
        • Press Keys
        • Download File
        • Upload Files
        • Perform Drag and Drop
        • Take Screenshot
        • Record Video
        • Maximize Browser
      • Record Test
      • Debug Test
      • Playwright POM
      • Playwright Parameterized Tests
      • GitHub Actions
    • Playwright Java Tutorial
      • Beginner’s Guide
      • Install Playwright Java
      • Record Test
    • Playwright Python Tutorial
    • Playwright Interview Questions
  • Appium Tutorials
    • Appium Tutorial Part One
    • Appium Tutorial Part Two
    • Advanced Appium Tutorial
    • Appium Interview Questions
      • Questions Part One
      • Questions Part Two
      • Questions Part Three
      • Questions Part Four
      • Questions Part Five
      • Questions Part Six
      • Questions Part Seven
  • JMeter Tutorial
  • Excel Guide
  • Manual Testing
    • Basic Tutorials
    • Advanced Tutorials
  • Tech Insights
Software Testing Tutorials
Search Toggle menu
Select Checkboxes in Playwright
April 29, 2025August 1, 2025Playwright Tutorial

How to Select Checkboxes in Playwright: A Complete Guide

Learn to select checkboxes in Playwright with code examples. Covers dynamic elements, custom checkboxes & test best practices for reliable automation.

Playwright JavaScript code to handle table
April 27, 2025August 1, 2025Playwright Tutorial

How to Handle Tables in Playwright: A Comprehensive Guide

Master handle tables in Playwright by learning how to extract data, loop through rows, and interact with dynamic tables during automation.

Perform Double Click in Playwright Using dblclick() method.
April 26, 2025August 1, 2025Playwright Tutorial

How to Perform Double Click in Playwright Using dblclick()

Learn how to perform a double click in Playwright with real-world examples and tips. Master the dblclick() method for accurate web automation testing.

Right-click context menu triggered in browser using Playwright automation
April 25, 2025August 1, 2025Playwright Tutorial

How to Perform Right Click in Playwright (With Example)

Playwright right click: Step-by-step guide and code example to simulate right-click action using the click() method to open context menu.

Select DropDown Value in Playwright Using selectOption()
April 24, 2025August 1, 2025Playwright Tutorial

How to Select DropDown Value in Playwright Using selectOption()

Learn how to select dropdown values in Playwright using value, label, or index with examples, tips, and full code snippets for automation.

Type Text in Playwright Using Fill Method
April 23, 2025August 1, 2025Playwright Tutorial

How to Type Text in Playwright Using Fill Method

Learn how to type text into input fields using the Playwright fill() method. Step-by-step examples, best practices, and tips.

Get the Current Page URL Using page.url() in Playwright
April 21, 2025August 1, 2025Playwright Tutorial

How to Get the Current Page URL in Playwright Using page.url()

Learn how to get the current page URL in Playwright using the page.url() method with a simple example for browser automation.

Syntax to click on button using click() method in playwright
April 20, 2025August 1, 2025Playwright Tutorial

How to Click a Button in Playwright Using click() Method

Learn how to click a button in Playwright using the click() method with real-world examples, best practices and tips to avoid flaky tests.

Posts pagination

< 1 … 6 7 8 … 103 >
  • How to Record Playwright Test in Java Using Codegen
  • How to Install Playwright Java
  • Playwright Parameterized Tests in JavaScript: A Complete Guide
  • Playwright Page Object Model in JavaScript: Complete Guide
  • Playwright Java Tutorial 2025: A Complete Guide

              
  • About Us
  • Contact Us
  • Terms of Service
  • Privacy Policy
© 2025 Software Testing Tutorials. Proudly powered by Sydney
Join Our Learning Community
Subscribe to receive updates on fresh blog posts and resources.
icon
By subscribing, you agree to our privacy policy and terms of service.