Issue
i have a c# application that use selenium
using OpenQA.Selenium.Chrome;
using OpenQA.Selenium;
using System;
using System.Threading;
running the program on most of the computers (windows 10 or 11) is working fine i have one windows 11 computer that get selenium-manager error
what can cause that? try:
- change the selenium version
- install java non is working :-(
Solution
solved the issue (it was selenium issue not c#)
Answered By - Amos Rohe
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.