Showing posts with label Angular. Show all posts
Showing posts with label Angular. Show all posts

August 2, 2022

Fix 'Element should have been select but was mat-select' error while Angular application automation using selenium

Fix 'Element should have been select but was mat-select' error while Angular application automation using selenium

 The controls of angular applications are a bit different, so it may cause some issues if we try to automate the application using selenium....

March 18, 2021

How to create a selenium custom select method for a multiselect dropdown in Angular application

How to create a selenium custom select method for a multiselect dropdown in Angular application

If our application is of type angular, the normal selenium SelectElement class may not work. Especially if the select dropdown allows multi-...
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...