I am using Python and Android Chrome. And my WebDriver
is created using WebDriver.Remote(host, caps)
I actually want to use Chrome in incognito mode but it seems not possible according to the question here.
But are there any workaround? For example, can I submit my url to the url bar of Chrome at the top? I have tried driver.find_element_by_id('com.android.chrome:id/url_bar').submit()
but it says not implemented.