Showing posts with label Selenium. Show all posts
Showing posts with label Selenium. Show all posts

January 3, 2023

Verify Zip file contents without extracting using C# + Selenium

Verify Zip file contents without extracting using C# + Selenium

While doing automation testing, we may get a scenario where we need to download a zip file and to validate the contents inside it. One way t...

October 14, 2022

How to switch to next tab in browser programmatically without using tab name (Selenium + .Net)

How to switch to next tab in browser programmatically without using tab name (Selenium + .Net)

There will be several occasions while automating a web application where we need to move our control to the next tab. This may occur if the ...

September 15, 2022

How to send email from current Outlook instance using Java + VBScript

How to send email from current Outlook instance using Java + VBScript

If we are using .Net, we can easily access outlook and send emails using its own libraries. But what if we are using Java? Here we can seek ...
How to append Pass/Fail status to name of extent report HTML itself

How to append Pass/Fail status to name of extent report HTML itself

ExtentReport is an open-source reporting library used in test automation. It provides an HTML report after execution which contains differen...

September 14, 2022

How to scroll until the web element is in the center of screen using Selenium + .Net + Java Script

How to scroll until the web element is in the center of screen using Selenium + .Net + Java Script

 When we are using any type of reporting , if given the command to take a screenshot it takes the currently visible screen of the applicatio...
Bookmark this website for more workarounds and issue fixes.

Verify Zip file contents without extracting using C# + Selenium

While doing automation testing, we may get a scenario where we need to download a zip file and to validate the contents inside it. One way t...