[Appium/Android] Chrome opens blank page with the url = “data;”

When I launch robotframework test on real device Android with Appium-windows-1.20.2,
Chrome opens blank page with the url = “data;”
I need help

It is expected (default behaviour) by chromedriver for automationName: chrome

I found the reason, appium-python-client 1.1.0 requires selenium<4,>=3.14.1 and I had selenium 4 on my machine.