budtmo / budtmo/docker-android
Wrong Chrome version in image budtmo/docker-android-x86-12.0
- Dominant language
- Python
- Stars
- 15.8k
- Forks
- 1.8k
- Avg merge
- 12h 13m
- Merged PRs (30d)
- 6
Description
## 🐛 Bug Report
Operating System:
Does not matter
Docker Image:
`budtmo/docker-android-x86-12.0`
Docker Version:
Does not matter
Docker-compose version (Only if you use it):
Does not matter
Docker Command to start docker-android:
`docker run --privileged --rm --name android-chrome -p 6080:6080 -p 5554:5554 -p 5555:5555 -p 4723:4723 -e DEVICE="Samsung Galaxy S10" -e APPIUM=true -e APPIUM_HOST=172.17.0.1 -e APPIUM_PORT=4723 -e MOBILE_WEB_TEST=true -e RELAXED_SECURITY=true budtmo/docker-android-x86-12.0`
## Expected Behavior
The table information at https://github.com/budtmo/docker-android#list-of-docker-images states the following versions:
Android 12.0
Browser version 93.0
Chromedriver: 93.0.4577.15
## Actual Behavior
The Chrome Driver version is indeed 93.0.4577.15, as confirmed from the `/root/chromedriver` file inside the container:

But the Chrome version inside the container is the following one:

And this causes the following error when trying to initialize a RemoteWebDriver through selenium hub:
`
org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Response code 500. Message: An unknown server-side error occurred while processing the command. Original error: A new session could not be created. Details: session not created: This version of ChromeDriver only supports Chrome version 93
Current browser version is 91.0.4472.114 with package name com.android.chrome
`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.