Tags: tarekahf/selenium-powershell
Tags
V4.0.0 preview2 (adamdriscoll#196) * Start-SeEdgeDriver throw error on launch (adamdriscoll#188) * Edge fix + general debug fix * .Where is not a method for CIM Instance object (adamdriscoll#190) * Firefox not using the proper DriverOption (adamdriscoll#191) * Filter parameter to get-seelement and applied to Get-SeInput (adamdriscoll#186 adamdriscoll#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 (adamdriscoll#187) * Fix - Filter + Filter error message * Select input by attributes fix. * Edge (new) driver option need to be of type ChromeOptions (adamdriscoll#195) * Edge driver option fix (adamdriscoll#193) * Edge - semi revert (adamdriscoll#197) Since Start-SeDriver have priority over options, options should not handle stuff that depends on parameters. * IE fix (adamdriscoll#193) * MSEdge Fix (adamdriscoll#193) * ErrorAction Stop when MSEdge Service fail to create. * AcceptInsecureCertificates (Firefox, Chrome, Edge) (adamdriscoll#189) * adamdriscoll#177 Get-SeInput view (initial commit) * V4.0.0-preview2 build * Drivers update * V4.0.0-preview2 changelog * Version update
Merge pull request adamdriscoll#35 from the-mentor/master Version Bump to 2.0 and Enchanced Start-SeFirefox with many new features