CaptainBeardsEyesBeard Posted July 8, 2024 Posted July 8, 2024 Hi I recently downloaded edge driver 126 and put in my location and directed the driver to the location as below _WD_Option('Driver', 'H:\\Quality Assurance\\WebDriverUDF\\msedgedriver.exe') I then run the program and get the below and seems to imply success... But edge does not load? _WD_Option ==> Success [0] : Parameters: Option=Port Value=17556 _WD_Option ==> Success [0] : Parameters: Option=DriverParams Value=--verbose _WD_GetFreePort ==> Success [0 / 17556] : Parameters: MinPort=17556 MaxPort=Default _WD_IsLatestRelease ==> Success [0] : True _WD_Startup: OS: WIN_10 X64 19045 _WD_Startup: AutoIt: 3.3.14.4 _WD_Startup: Webdriver UDF: 1.3.1 (Up to date) _WD_Startup: WinHTTP: 1.6.4.2 _WD_Startup: Driver: H:\\Quality Assurance\\WebDriverUDF\\msedgedriver.exe (64 Bit) _WD_Startup: Params: --verbose _WD_Startup: Port: 17556 _WD_Startup: Command: "H:\\Quality Assurance\\WebDriverUDF\\msedgedriver.exe" --verbose _WD_Startup ==> Success [0] __WD_Post ==> Send / Recv error [6] : HTTP status = 0 _WD_CreateSession ==> Webdriver Exception [10] __WD_Delete ==> Send / Recv error [6] : HTTP status = 0 _WD_DeleteSession ==> Webdriver Exception [10] : Error occurs when trying to delete session >Exit code: 0 Time: 31.44
Danp2 Posted July 8, 2024 Posted July 8, 2024 Difficult to know the exact cause without more information. For example -- - Is H: a network drive? - Are you running the script as administrator? - Is the webdriver console visible? - Can you reproduce using wd_demo? Latest Webdriver UDF Release Webdriver Wiki FAQs
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now