Andrei Solntsev

Results 139 comments of Andrei Solntsev

@diemol I played a little with the issue, but failed to reproduce the problem. I suggest to close the issue until we get a code snipper for reproducing the problem.

@numeralnathan It seems utf16 encoding is lost when I download your profile.txt from github. **Could you please upload a ZIP files containing your profiles.ini?**

@shs96c I confirm `selenium-java-4.4.0.zip` contains duplicate files _with exactly the same name_: 1. `wget https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.4.0/selenium-java-4.4.0.zip` 2. `jar -tf selenium-java-4.4.0.zip | grep netty-transport-native-epoll` > lib/netty-transport-native-epoll-4.1.78.Final.jar > lib/netty-transport-native-epoll-4.1.78.Final.jar

@diemol Selenide 6.6.5 uses latest Selenium 4.3.0 (unless it's explicitly overridden in the project).

@diemol I quickly looked into the issue: the problem is that Selenium doesn't have `HasAuthenticationAugmenterProvider` (like `AddHasCdp`, `AddHasExtensions`, `BiDiProvider`, `AddHasCasting` etc.)

I created a separate project on github for testing grid compatibility: https://github.com/asolntsev/grid-compatibility-test You can easily clone it and run commands described in readme. At the moment this VERY TRIVIAL test...

@titusfortner Now I added the checks you suggested above `getWindow` and `useIDForMissingElement`, and they do fail 1. `getWindow` fails with `WebDriverException: invalid argument: 'handle' must be a string` 2. `useIDForMissingElement`...

@titusfortner I vote for option 3. I am **absolutely sure** that the backward compatibility of Selenium Grid is **not needed** at all. When people want to upgrade Selenium, they do...

@titusfortner @shs96c I suggest we should close the issue. There is no any bugs here. @ar4development Instead of printing out the texts, you should **use assertions**. It's an automated test,...

@diemol Wow, it took only 6 six years. Apparently I need to improve my soft skills. :) Should I prepare a pull request? [rubbing his hands...]