6 responses to “Did you know PowerShell can use Selenium?”

  1. Dew Drop – January 5, 2012 (#1,234) | Alvin Ashcraft's Morning Dew

    [...] 3 – Finally on the DLR! and Did you know PowerShell can use Selenium? (Joel [...]

  2. foureight84

    strange. i’m getting an error opening the 3.5 driver.

    New-Object : Exception calling “.ctor” with “0” argument(s): “Unexpected error launching Internet Explorer. Protected M
    ode must be set to the same value (enabled or disabled) for all zones. (NoSuchDriver)”
    At line:1 char:21
    + $driver = New-Object <<<< OpenQA.Selenium.IE.InternetExplorerDriver
    + CategoryInfo : InvalidOperation: ( :) [New-Object], MethodInvocationException
    + FullyQualifiedErrorId : ConstructorInvokedThrowException,Microsoft.PowerShell.Commands.NewObjectCommand

  3. foureight84

    ah never mind i figured it out… best to read documentations before diving in head first ;)

    1. Jon

      Haha wise words :)

  4. Derek’s Dope List Archive | Derek's Crib

    [...] you know PowerShell can use [...]