-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I cannot start chrome instant using PowerShell and Selenium module. #218
Comments
Do you get an error of some kind for |
I solved the problem by removing the latest one, install 3.0.1 and put the file Why do we have to struggle? Why the latest version is not working? When I installed the latest version I didn't get any error. |
I added this pull request to update the README file: If this works, then you may close this ticket, or let me know if there is another solution. |
@tarekahf the problem is what the message says. In fact you installed the module with parameter "-AllowPrerelease" you should have been installed V4.0.0-preview3. In this version all cmdlets Start-[yourBrowser] has been merged with Start-SeDriver. In your case you have to do the following:
If you're getting an error message because of Chromedriver Version, you can update it:
|
I am not sure what I am missing, but I installed Selenium module under PowerShell 7.1 and I cannot start chrome instance. I followed the steps below:
I get this error:
I appreciate your help.
The text was updated successfully, but these errors were encountered: