Zlaman

Results 8 comments of Zlaman

There is one more issue related to this. If I want to disable implicit waits completely via ```java System.setProperty("webdriver.timeouts.implicitlywait", "0"); ``` I am getting exception in case I want to...

@artkoshelev no, I am using release 1.18 version from maven. How to take latest snapshot version from maven?

Unfortunately it does not work. Looks like maven central cannot store snapshot versions, only releases. http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22ru.yandex.qatools.htmlelements%22%20AND%20a%3A%22htmlelements-java%22 Example of pom.xml ```xml 4.0.0 test test 1.0-SNAPSHOT ru.yandex.qatools.htmlelements htmlelements 1.19-SNAPSHOT ```

Thanks, I tried starting selenium/node-docker with below command, but it still results in `"maxSessions": 4` from `wd/hub/status` and same log output from `docker logs selenium-node-docker` command ``` docker run -d...

Thank you. I am using only one node, I guess as the `max-sessions` parameter is under `[node]` section, this is a setting per node, not the global setting per whole...

I need an ability to record videos from every session, not sure it is possible to use `selenium/standalone-chrome` for that, it will only record video from one of the sessions...

Thanks @VietND96 , that's why I am using Dynamic Grid. Thanks @diemol I see that https://github.com/SeleniumHQ/docker-selenium/issues/1817 is closed without resolution. I think that the situation I am facing is still...

This bug is not reproducing on Chrome 142.0.7444.60 It was not related to Selenium