Skip to content

How could I using unicodeKeyboard to input sentences.  #242

@QingXiangBaiLian

Description

@QingXiangBaiLian

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions