Skip to content

issues Search Results · repo:adamdriscoll/selenium-powershell language:PowerShell

Filter by

166 results
 (54 ms)

166 results

inadamdriscoll/selenium-powershell (press backspace or delete to remove)

PSVersion 5.1.22621.2506 Windows 11 Chrome 121.0.6167.161 I just installed selenium-powershell When I try to start Chrome from Powershell: $Driver = Start-SeChrome I see mentioned ...
  • kedziorm
  • 1
  • Opened 
    on Feb 9, 2024
  • #237

Is there a (pedantic) procedure to install version 4? When I follow what s in the Readme, Install-Module Selenium just installs version 3, and Import-Module {FullPath}\selenium-powershell\Selenium.psd1 ...
  • Petervdburg
  • 4
  • Opened 
    on Feb 8, 2024
  • #236

The Selenium-Binary-Updater.ps1 s Chrome update pulls it s latest version number from: - https://chromedriver.storage.googleapis.com/LATEST_RELEASE But, it looks like ChromeDriver has decided to change ...
  • smaglio81
  • 1
  • Opened 
    on Aug 28, 2023
  • #234

Hi, I m using the Selenium PowerShell Module to automate HP Warranty check because HP doesn t provide an API like all other manufacturers. I would like to retrieve the URL of the webdriver once it has ...
  • Vinnyle
  • Opened 
    on Jul 18, 2023
  • #233

Hi, I try to setup a proxy with the following code. $proxy = New-Object OpenQA.Selenium.Proxy $proxy.HttpProxy = http://myproxy:22225 $proxy.SocksProxy = http://myproxy:22225 $proxy.SocksUserName ...
  • Rostes
  • Opened 
    on Jan 8, 2023
  • #232

Loaded the driver using: $Driver = Start-SeFirefox I have tried to look at the functions available to $Driver such as: $Driver.Close() $Driver.Exit() But this is not stopping the driver. What is the ...
  • onenoteperpage
  • 1
  • Opened 
    on Dec 21, 2022
  • #231

According to Microsoft, the version 3.0 of Selenium will no longer be supported. https://learn.microsoft.com/en-us/microsoft-edge/webdriver-chromium/?tabs=c-sharp#upgrading-from-selenium-3 It s time ...
  • jsuddsjr
  • 1
  • Opened 
    on Sep 28, 2022
  • #228

I just tried to add a timeout to this and got the error below. Command works fine without the timeout. Find-SeElement -Timeout 5 -Driver $Driver Exception calling Until with 1 argument(s): Timed out ...
  • brimur
  • Opened 
    on Aug 30, 2022
  • #227

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 ideas around Selenium and/or ...
  • diemol
  • Opened 
    on Aug 4, 2022
  • #226

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 refresh?
  • TheD0nald
  • Opened 
    on Jul 19, 2022
  • #225
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub