You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I get this on PS v7.1.0 on Linux when importing from source (I can import the built module fine):
ipmo ./Selenium.psd1
Import-Module: The member 'TypesToProcess' in the module manifest is not valid: Cannot find path '/home/mich8638/gitroot/selenium-powershell/types/Selenium.types.ps1xml' because it does not exist.. Verify that a valid value is specified for this field in the '/home/mich8638/gitroot/selenium-powershell/Selenium.psd1' file.
Selenium.psd1 contains this:
types/Selenium.types.ps1xml
the actual filename is this:
types/Selenium.Types.ps1xml
I'm trying to import form source because I'm trying to figure out why the module isn't working for me - I can't log an issue for that until I understand it ;-) FWIW I'm pretty sure it's about proxy settings, but I can't get the driver to respect the ones I rpovide.
The text was updated successfully, but these errors were encountered:
I don't mind if you close this - I see I have failing tests, but if I'm honest, I probably won't get round to figuring them out myself, and I don't expect others to do so on my behalf.
Hi, I get this on PS v7.1.0 on Linux when importing from source (I can import the built module fine):
Selenium.psd1 contains this:
the actual filename is this:
I'm trying to import form source because I'm trying to figure out why the module isn't working for me - I can't log an issue for that until I understand it ;-) FWIW I'm pretty sure it's about proxy settings, but I can't get the driver to respect the ones I rpovide.
The text was updated successfully, but these errors were encountered: