Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: adamdriscoll/selenium-powershell
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.0-preview1
Choose a base ref
...
head repository: adamdriscoll/selenium-powershell
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 7 commits
  • 44 files changed
  • 4 contributors

Commits on Dec 6, 2020

  1. V4.0.0 preview2 (#196)

    * Start-SeEdgeDriver throw error on launch (#188)
    
    * Edge fix + general debug fix
    
    * .Where is not a method for CIM Instance object (#190)
    
    * Firefox not using the proper DriverOption (#191)
    
    * Filter parameter to get-seelement and applied to Get-SeInput (#186 #192 )
    
    Also fixed a logic error with $Value that was used both as a parameter and a variable, which caused issues.
    
    * Legacy code removal causing error with screenshots (#187)
    
    * Fix - Filter + Filter error message
    
    * Select input by attributes fix.
    
    * Edge (new) driver option need to be of type ChromeOptions (#195)
    
    * Edge driver option fix (#193)
    
    * Edge - semi revert (#197)
    
    Since Start-SeDriver have priority over options, options should not handle stuff that depends on parameters.
    
    * IE fix (#193)
    
    * MSEdge Fix (#193)
    
    * ErrorAction Stop when MSEdge Service fail to create.
    
    * AcceptInsecureCertificates (Firefox, Chrome, Edge) (#189)
    
    * #177 Get-SeInput view (initial commit)
    
    * V4.0.0-preview2 build
    
    * Drivers update
    
    * V4.0.0-preview2 changelog
    
    * Version update
    itfranck authored Dec 6, 2020
    Configuration menu
    Copy the full SHA
    4d771ce View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2021

  1. Fixed casing in .psd1 to match Types.ps1xml filename (#203)

    Co-authored-by: Freddie Sackur <[email protected]>
    fsackur and Freddie Sackur authored Jan 30, 2021
    Configuration menu
    Copy the full SHA
    b176db7 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2021

  1. Corrected child path for the $OS switch (#206)

    Directory names were incorrect for the child path's in the $OS switch. Changed from '/assembiles' to '/assemblies'
    alaurie authored Mar 7, 2021
    Configuration menu
    Copy the full SHA
    8f06cd7 View commit details
    Browse the repository at this point in the history
  2. V4.0.0 preview3 (#209)

    * Filter / Attributes check fix.
    
    * Revert "Filter / Attributes check fix."
    
    This reverts commit 30ab74b.
    
    * Get-SeElement / Get-SeElementAttribute fix / modifications
    
    * Update Get-SeElement.ps1
    
    * Fixes
    
    * Preview3 changes
    
    * Changes merged in Master that are Preview3 related. (#208)
    
    * Fixed casing in .psd1 to match Types.ps1xml filename (#203)
    
    Co-authored-by: Freddie Sackur <[email protected]>
    
    * Corrected child path for the $OS switch (#206)
    
    Directory names were incorrect for the child path's in the $OS switch. Changed from '/assembiles' to '/assemblies'
    
    Co-authored-by: Freddie Sackur <[email protected]>
    Co-authored-by: Freddie Sackur <[email protected]>
    Co-authored-by: Alex Laurie <[email protected]>
    
    * Build + changelog
    
    Co-authored-by: Freddie Sackur <[email protected]>
    Co-authored-by: Freddie Sackur <[email protected]>
    Co-authored-by: Alex Laurie <[email protected]>
    4 people authored Mar 7, 2021
    Configuration menu
    Copy the full SHA
    2c29696 View commit details
    Browse the repository at this point in the history
  3. Update ChangeLog.md

    itfranck authored Mar 7, 2021
    Configuration menu
    Copy the full SHA
    49e6d4a View commit details
    Browse the repository at this point in the history
  4. casing again

    itfranck committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    7785e33 View commit details
    Browse the repository at this point in the history
  5. Manifest version update

    itfranck committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    50c5d39 View commit details
    Browse the repository at this point in the history
Loading