Hello ChromeDriver users,
We are happy to announce that ChromeDriver version 103.0.5060.53 has been released, and is now available at the ChromeDriver Downloads site. This version of ChromeDriver is intended for users of the current Stable release of Chrome version 103.
Changes in this version of ChromeDriver include:
Resolved issue 4048: target frame detached [Pri-]
Please see the release notes 103.0.5060.53 for a more complete list of changes included in this release.
Thanks for your continued support of ChromeDriver, and please let us know if you have any questions.
Sincerely,
The ChromeDriver Team
--
You received this message because you are subscribed to the Google Groups "ChromeDriver Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromedriver-us...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/chromedriver-users/20dea591-c954-42a5-95e7-f649b1703cf9n%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "ChromeDriver Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromedriver-us...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/chromedriver-users/b4ab8acd-e239-4288-a201-11f022d168b5n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/chromedriver-users/CAFC46zmyGcnas6gQVTSY1hT1hmDOMegu5n5QwyrpH4zNQZD3Ug%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "ChromeDriver Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromedriver-us...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/chromedriver-users/0a04cce0-316d-4071-a962-f1d59a060317n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/chromedriver-users/92c4ec2f-addb-4a20-b3ae-fba7c1418d19n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/chromedriver-users/CAAWap_bdE9kc9HRPpW376bYGnjRRuTqSP66o4XvYt_qotEzz%3Dg%40mail.gmail.com.
Hi,
I am also having the same issue, when it navigate the url it fails.
When it will only be fixed in 104 then ChromeDriver 103.0.5060.53 is pretty useless. Its an intermittent issue, but its like 9 out of 10 attempts that get this error.
Many of my customers auto update to Chrome 103 which causes me a big headache as the software I build will stop working when they do.For reference, the error:
unknown error: cannot determine loading status
from unknown error: unexpected command response
(Session info: chrome=103.0.5060.53)
WebDriverException: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse)
at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
at OpenQA.Selenium.WebDriver.set_Url(String value)
at OpenQA.Selenium.Navigator.GoToUrl(String url)On Wednesday, June 22, 2022 at 1:34:49 PM UTC+2 nec...@chromium.org wrote:Dear Funda,These issues are addressed in ChromeDriver 104 Beta that is going to be released on Friday 24.06.2022.
Best regards,
Vladimir
On Wed, Jun 22, 2022 at 1:28 PM Funda C <fundac...@gmail.com> wrote:
Hi The ChromeDriver TeamNow target frame issue is solved via 103 version but observed recently another two issues which are happen randomly
- unknown error: cannot determine loading status
- unknown error: unexpected command response
Could you advise us what should be the solution please?Does down grade driver version solve the issue?Thank you
On Wednesday, 22 June 2022 at 10:03:06 UTC+1 nec...@chromium.org wrote:
Hello ChromeDriver users,