With appium, I can using unicodeKeyboard to type and send Chinese sentences, like below, but I'm not sure AndroidViewClient has similar function
desired_caps["unicodeKeyboard"] = True desired_caps["resetKeyboard"] = True driver = webdriver.Remote('http://127.0.0.1:4723/wd/hub', desired_caps) driver.find_element_by_id("id/text_input").send_keys(question)