Last Updated On
If you are planning to learn Selenium WebDriver and if you have completed Basic Selenium tutorial, then you can start Advanced Selenium Tutorials which will talk about different frameworks, tools integration, external data reading from different sources, and so on.
Handling Excels
| Chapter 1 How to download and install Apache POI | |
| Chapter 2 Reading Excel Data with Apache POI in Java | |
| Chapter 3 How to Write Data to Excel File in Java using Apache POI | |
| Chapter 4 How to update existing excel in Java | |
| Chapter 5 Change Font Style in Excel with Apache POI – NEW |
Handling PDFs
| Chapter 1 Download PDF in Chrome with Selenium Java |
| Chapter 2 Download PDF in Firefox with Selenium Java |
| Chapter 3 Download PDF in Edge with Selenium Java |
| Chapter 4 Read PDF Files with Selenium in Java |
| Chapter 5 How to Write in PDF with Selenium and Java |
| Chapter 6 Merge PDF Files in Selenium with Java |
Selenium – Capture Screenshots
Advance Selenium
Docker
| Chapter 1 How to run Selenium 3 on Docker |
Selenium with Cucumber
| Chapter 1 Integration of Cucumber with Selenium and JUnit | |
| Chapter 2 Integration of Cucumber with Selenium and TestNG | |
| Chapter 3 Integration of Cucumber7 with Selenium and JUnit5 |
Selenium with Serenity
Gradle Projects with Selenium
| Chapter 1 How to create Gradle project with Selenium and TestNG | |
| Chapter 2 How to create Gradle project with Selenium and JUnit4 |
Frameworks
Selenium 4
| Chapter 1 New Features in Selenium 4 | |
| Chapter 2 Selenium Tests failing on Chrome Version 111 | |
| Chapter 3 How to run Chrome tests in headless mode in Selenium4 |
Selenium Grid
| Chapter 1 Selenium 4 Grid : How to use Standalone Grid |
| Chapter 2 Selenium 4 Grid – Parallel Testing |
| Chapter 3 Selenium Grid 4 with Docker |
| Chapter 4 Cross Browser Testing with Selenium Grid 4 and Docker |
Reports
| Chapter 1 Integration of Allure Report with Selenium and JUnit4 | |
| Chapter 2 Integration of Allure Report with Selenium and JUnit5 | |
| Chapter 3 Integration of Allure Report with Selenium and TestNG |
Database
| Chapter 1 How to connect to SQL Server using Java |
I have used selenium webdriver in python to extract Twitter tweets. The code works fine and can extract 100+ tweets after logging into Twitter automatically.
i am also using selenium for a asynchronous job in my flask webapp. It is running on Azure VM. You can check my app here,
https://examdeewana.com
LikeLike