We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello I can't use ProfilePath in Chrome
Start-SeDriver -Browser Chrome -WebDriverPath $chromedriver -ProfilePath $Profile_Path
Error message Action to take for this exception: A parameter cannot be found that matches parameter name 'ProfilePath'.
This was commented out, so I fixed it and -ProfilePath is now available. Start-SeChromeDriver.ps1 line22 # [System.IO.FileInfo]$ProfilePath,
Windows 10 64bit PowerShell 7.2.0 Selenium PowerShell Module V4.0.0 preview3
I'm always grateful for this project! Thank you very much!
Translated with www.DeepL.com/Translator (free version)
The text was updated successfully, but these errors were encountered:
I submitted a fix for this in #224 Either build yourself or wait for @adamdriscoll to accept the pull request :-)
Sorry, something went wrong.
No branches or pull requests
Hello
I can't use ProfilePath in Chrome
Start-SeDriver -Browser Chrome -WebDriverPath $chromedriver -ProfilePath $Profile_Path
Error message
Action to take for this exception:
A parameter cannot be found that matches parameter name 'ProfilePath'.
This was commented out, so I fixed it and -ProfilePath is now available.
Start-SeChromeDriver.ps1 line22
# [System.IO.FileInfo]$ProfilePath,
Windows 10 64bit
PowerShell 7.2.0
Selenium PowerShell Module V4.0.0 preview3
I'm always grateful for this project!
Thank you very much!
Translated with www.DeepL.com/Translator (free version)
The text was updated successfully, but these errors were encountered: