MRAJ Posted October 25 Share Posted October 25 Hi, I am using webdriver udf using edge browser. My scripts working fine until my edge browser version updated to Version 130.0.2849.52. I downloaded the msedgedriver Version 130.0.2849.52 and then try to run but it is failing and edge browser is not starting. Not sure is it compatibility issue. Below is the UDF output. Please suggest. _WD_Option ==> Success [0] : Parameters: Option=console Value=E:\AutoIT\AutoITScripts\wdudf.log _WD_Option ==> Success [0] : Parameters: Option=Driver Value=msedgedriver.exe _WD_Option ==> Success [0] : Parameters: Option=Port Value=9515 _WD_Option ==> Success [0] : Parameters: Option=DriverParams Value=--verbose _WD_CapabilitiesAdd ==> Success [0] : Successfully used [alwaysMatch] with specified browser: msedge _WD_CapabilitiesAdd ==> Success [0] : Successfully added capability _WD_CapabilitiesDump: JSON structure starts below: -1 { "capabilities":{ "alwaysMatch":{ "ms:edgeOptions":{ "excludeSwitches":[ "enable-automation" ] } } } } _WD_CapabilitiesDump: JSON structure ends above. _WD_GetFreePort ==> Success [0 / 9515] : Parameters: MinPort=9515 MaxPort=Default _WD_IsLatestRelease ==> Success [0] : True _WD_Startup: OS: WIN_2016 X64 17763 _WD_Startup: AutoIt: 3.3.14.5 _WD_Startup: Webdriver UDF: 1.4.0 (Up to date) _WD_Startup: WinHTTP: 1.6.4.2 _WD_Startup: Driver: msedgedriver.exe (32 Bit) _WD_Startup: Params: --verbose _WD_Startup: Port: 9515 _WD_Startup: Command: "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 Link to comment Share on other sites More sharing options...
Danp2 Posted October 25 Share Posted October 25 There have been several recent thread on this topic. For example: Latest Webdriver UDF Release Webdriver Wiki FAQs Link to comment Share on other sites More sharing options...
MRAJ Posted October 25 Author Share Posted October 25 Thanks, its working. Link to comment Share on other sites More sharing options...
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