joerg1985
joerg1985
[🐛 Bug]: java.io.UncheckedIOException: java.io.IOException: HTTP/1.1 header parser received no bytes
@alokkr016 i had a short look at the script and i am wondering why you do not pass the hub url to the node? I would suggest to redirect the...
[🐛 Bug]: java.io.UncheckedIOException: java.io.IOException: HTTP/1.1 header parser received no bytes
@alokkr016 how about the logs of the node?
[🐛 Bug]: java.io.UncheckedIOException: java.io.IOException: HTTP/1.1 header parser received no bytes
From the logs: `Appium REST http interface listener started on http://0.0.0.0:4724` `Appium REST http interface listener started on http://0.0.0.0:4725` From the error message: `23:44:47.799 WARN [SeleniumSpanExporter$1.lambda$export$1] - Error while creating...
@diemol This is the whole stacktrace, it is a hardcoded null value here: https://github.com/SeleniumHQ/selenium/blob/trunk/java/src/org/openqa/selenium/grid/node/config/DriverServiceSessionFactory.java#L331
@diemol i think the value should be removed from the caps here, this would work with a `MutableCapabilities` [link](https://github.com/SeleniumHQ/selenium/blob/trunk/java/src/org/openqa/selenium/MutableCapabilities.java#L96-L99) but the `PersistentCapabilities` do not support removing caps.
@gitkdp2844 i think you should add -- before the argument name ``` options.add_argument("--user-data-dir=C:\\Users\\Pasupuleti.Chandra\\AppData\\Local\\Microsoft\\Edge\\User Data") options.add_argument("--profile-directory=Default") ```
@kin4stat `get_attribute` is using a big javascript snippet (7kb since Selenium 4.17 and 43kb in older versions) to read the attribute. The `get_dom_attribute` / `get_property` method are using w3c commands...
My intention was to show an option to speed up your script, without waiting for a new feature. New features might take some time, especially when all drivers would need...
I think the timezone must be GMT to match the HTTP date format.
@ricky-murphy The format and the timezone is fixed with d1b84e4, thanks for reporting!