Showing posts with label ErrorFix. Show all posts
Showing posts with label ErrorFix. Show all posts
October 5, 2022
August 2, 2022

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....July 28, 2022
Fix 'The unit test adapter failed to connect to the data source or to read the data' in Visual Studio
If we are trying to data drive a test method, we may come across the below error in the visual studio. Message: The unit test adapter fa...July 4, 2022
Get Azure VM Chrome version using PowerShell script and use the output value in Azure Pipeline tasks
We might have seen the following error while using chrome driver in selenium Message: Initialization method Project_BeforeTest threw exce...
Labels:
Agent Jobs,
Azure,
AzureTasks,
C#,
Chrome,
ErrorFix,
ErrorHandling,
Release Pipeline,
RunSettings,
Selenium,
WebDriver
March 15, 2021

How to handle OpenQA.Selenium.ElementClickInterceptedException: element click intercepted
This exception will be thrown by selenium mostly while loading a page. If our application is an angular application chance of this exceptio...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...