Showing posts with label Windows. Show all posts
Showing posts with label Windows. Show all posts

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 ...

October 5, 2022

Quick Fix 'Windows protected your PC Microsoft Defender SmartScreen prevented an unrecognized app from starting' error in Windows

Quick Fix 'Windows protected your PC Microsoft Defender SmartScreen prevented an unrecognized app from starting' error in Windows

 The following error is shown when we try to run any application which is created from any other PC. Windows protected your PC Microsoft Def...
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...