Skip to content

set_text and set_value no longer working with appium 1.5 #129

@joshrlesch

Description

@joshrlesch

After upgrading to appium 1.5, it looks like the wrong parameters are being send for these methods.

{WebDriverException}Message: Parameters were incorrect. We wanted {"required":{"value"}} and you sent ["id", "value","elementId","sessionId"]

My code looks something like
element = self.driver.find_element_by_id("hello")
element.set_text("Name")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions