Showing posts with label C#. Show all posts
Showing posts with label C#. Show all posts
January 3, 2023
September 14, 2022

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...September 12, 2022

How to customize report name instead of Index.html/ Dashboard.html when using latest versions of extent report
If anyone is using the new version of Extent report may have seen that now we are getting two HTML files instead of one Dashboard.html Inde...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
June 9, 2022
How to fix "Selenium Tests running twice" issue in Azure Release pipeline
There can be a scenario sometimes that your test scripts will be executed in the Azure release pipeline twice even if the parallelization o...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...