Ivan Krutov

Results 816 comments of Ivan Krutov

@gorod4512 with Chrome 75.0 its driver now implements a W3C-compatible protocol. Could you try with the latest Python Selenium client library version?

@gorod4512 должно просто идти в `/file`.

@mikk150 I think we have to fix the issue with SKIN instead of just applying the simplest solution possible.

@mikk150 you don't have to use `deviceName = android` in case of Chrome Mobile. Should have the following capabilities: ``` browserName = chrome version = mobile-75.0 ``` And you should...

@czenczakm These images are used for testing mobile applications in Android emulator and logically you have to specify which application to test. This is done via `app` capability. E.g. https://github.com/aerokube/demo-tests/blob/master/src/test/java/com/aerokube/selenoid/AndroidRemoteApkTest.java...

@mikk150 https://hub.docker.com/r/selenoid/chrome-mobile/tags However `browserName` should be `chrome`.

@Benny86 for Chrome containers Selenium URL path should be `/` and not `/wd/hub`, e.g. `http://localhost:4444/`.