Forem

# selenium

Selenium automates browsers. That's it! What you do with that power is entirely up to you. Primarily it is for automating web applications for testing purposes, but is certainly not limited to just that. Boring web-based administration tasks can (and should) also be automated as well.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Selenium with Python for Beginners: Your First Automation Script
Cover image for Selenium with Python for Beginners: Your First Automation Script

Selenium with Python for Beginners: Your First Automation Script

Comments
4 min read
Web Scraping with Python: Extracting AJAX-loaded Content with Selenium and BeautifulSoup
Cover image for Web Scraping with Python: Extracting AJAX-loaded Content with Selenium and BeautifulSoup

Web Scraping with Python: Extracting AJAX-loaded Content with Selenium and BeautifulSoup

2
Comments
4 min read
Web Scraping with Python: Extracting Data from JavaScript-Rendered Pages with Selenium
Cover image for Web Scraping with Python: Extracting Data from JavaScript-Rendered Pages with Selenium

Web Scraping with Python: Extracting Data from JavaScript-Rendered Pages with Selenium

1
Comments
3 min read
Top 20+ Software Testing Interview Questions

Top 20+ Software Testing Interview Questions

1
Comments
3 min read
Design Pattern for Playwright End-to-End Testing

Design Pattern for Playwright End-to-End Testing

1
Comments
5 min read
Playwright Tutorial With Examples

Playwright Tutorial With Examples

2
Comments
10 min read
10 Boas Práticas com Selenium para Evitar Bloqueios e Melhorar Sua Automação Web

10 Boas Práticas com Selenium para Evitar Bloqueios e Melhorar Sua Automação Web

1
Comments
2 min read
Assert and Verify in Selenium: Key Differences and Best Practices
Cover image for Assert and Verify in Selenium: Key Differences and Best Practices

Assert and Verify in Selenium: Key Differences and Best Practices

5
Comments
5 min read
Webship-js: When I reload the page
Cover image for Webship-js: When I reload the page

Webship-js: When I reload the page

2
Comments
1 min read
What is Selenium? Exploring Its Open Source Ecosystem and Funding Models

What is Selenium? Exploring Its Open Source Ecosystem and Funding Models

Comments
3 min read
Comparing Web Testing Tools: Selenium vs. Cypress vs. TestGrid
Cover image for Comparing Web Testing Tools: Selenium vs. Cypress vs. TestGrid

Comparing Web Testing Tools: Selenium vs. Cypress vs. TestGrid

21
Comments
5 min read
Is Selenium The Right Testing Tool For Your Business?

Is Selenium The Right Testing Tool For Your Business?

15
Comments
5 min read
Healenium Web: self-healing para tus localizadores
Cover image for Healenium Web: self-healing para tus localizadores

Healenium Web: self-healing para tus localizadores

Comments
12 min read
Using Selenium Webdriver with Python's unittest framework
Cover image for Using Selenium Webdriver with Python's unittest framework

Using Selenium Webdriver with Python's unittest framework

Comments
2 min read
Cross-Browser Testing with Selenium: How to Improve Your Test Automation
Cover image for Cross-Browser Testing with Selenium: How to Improve Your Test Automation

Cross-Browser Testing with Selenium: How to Improve Your Test Automation

Comments
4 min read
Checking for the testing

Checking for the testing

Comments
1 min read
Catch JS Errors with Playwright

Catch JS Errors with Playwright

1
Comments
1 min read
Security Testing for SDETs: Automate Vulnerability Scans with OWASP ZAP
Cover image for Security Testing for SDETs: Automate Vulnerability Scans with OWASP ZAP

Security Testing for SDETs: Automate Vulnerability Scans with OWASP ZAP

1
Comments
6 min read
A chromium problem: session not created: probabily user data directory is already in use
Cover image for A chromium problem: session not created: probabily user data directory is already in use

A chromium problem: session not created: probabily user data directory is already in use

8
Comments
7 min read
[Part 6]Error Handling and Exception Handling in Python for Robustness
Cover image for [Part 6]Error Handling and Exception Handling in Python for Robustness

[Part 6]Error Handling and Exception Handling in Python for Robustness

Comments
2 min read
[Part 7]File I/O and Data Persistence in Python for QA Automation
Cover image for [Part 7]File I/O and Data Persistence in Python for QA Automation

[Part 7]File I/O and Data Persistence in Python for QA Automation

Comments
2 min read
[Part 8]Introduction to Python for Selenium (Preparation for UI Automation)
Cover image for [Part 8]Introduction to Python for Selenium (Preparation for UI Automation)

[Part 8]Introduction to Python for Selenium (Preparation for UI Automation)

Comments
2 min read
[Part 2]Python Fundamentals: Syntax, Data Types, and Operators for QA
Cover image for [Part 2]Python Fundamentals: Syntax, Data Types, and Operators for QA

[Part 2]Python Fundamentals: Syntax, Data Types, and Operators for QA

Comments
2 min read
[Part 4]Data Structures in Python: Organizing Test Data Effectively

[Part 4]Data Structures in Python: Organizing Test Data Effectively

Comments
2 min read
[Part 1]Setting Up Your Python Environment for Test Automation
Cover image for [Part 1]Setting Up Your Python Environment for Test Automation

[Part 1]Setting Up Your Python Environment for Test Automation

Comments
3 min read
loading...