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

November 24, 2019

Java script helpers for selenium actions

Java script helpers for selenium actions

We come across several scenarios where we cannot some actions on webelemets using selenium libraries only. In such cases we have another ...
How to write logs to extent report with screenshot as base64 image

How to write logs to extent report with screenshot as base64 image

It is always good to have a single method for writing logs to the reports. We can refer to the same method anywhere in the tests or in p...
 How to Verify file download in C# + Selenium

How to Verify file download in C# + Selenium

Sometimes there comes scenario which we need to ensure a file is downloaded to PC when we click on the download button. For this we can us...

November 23, 2019

How to Enable multi-threading in selenium java for faster execution

How to Enable multi-threading in selenium java for faster execution

What happens if we have one test and when we start the test then we need to do a specific set of steps in parallel. This absolutely looks ...

November 21, 2019

All in one browser launch method in Selenium C#

All in one browser launch method in Selenium C#

There are many ways to write a launch browser and driver initialization method in selenium. When we are writing one ,there are several th...
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...