selenium-powershell
selenium-powershell copied to clipboard
PowerShell module to run a Selenium WebDriver.
At the Selenium Project we want to collaborate with you and work together to improve the WebDriver ecosystem. We would like to meet you, understand your pain points, and discuss...
Is there a way for an explicit wait until a class is found on the page? If so does this "refresh" the website or do I need to code a...
# 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...
add profilepath param to start-sechromedriver to fix profilepath functionality in 4.0.0
Hello. In python you can clear a text field by calling .clear() on the element. Is there an equivalent cmdlet in the module or different way to accomplish this? I...
Hi @adamdriscoll, I was wondering how you are planning on managing Chrome Driver versions and keeping it in sync with the version of Chrome running on the system? I want...
I was looking for help on `Get-SeElement` and in particular the `-Timeout` parameter. I found the page in the repository for the help, and it indicated that this is a...
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: ``` Install-Module -Name...
So after two hours of messing around with 4.0.0 i reverted back to 3.0.1 because there are no examples of how to run the new Start-SeDriver.... Please when you update,...
I faced several issues trying to use this module. I update the README file to include additional installation steps in case similar issues are found.