Skip to content

findelement byname does not work with appium 1.9.1 #1050

Description

@helenren

On a native page, my test tries to find an element via byname: command passed into driver is: findElement(By.name: EULA.agree), while I saw the command executed to the appium server is:

2018-10-25 03:23:24:329 - info: [HTTP] --> POST /wd/hub/session/22bd911d-ed10-47f6-bd77-f327b5562c48/elements
2018-10-25 03:23:24:329 - info: [HTTP] {"value":"*[name='EULA.agree']","using":"css selector"}

The same test works fine against appium 1.8.1

Environment

  • Appium version (or git revision) that exhibits the issue: 1.9.1
  • Last Appium version that did not exhibit the issue (if applicable): 1.8.1
  • Desktop OS/version used to run Appium: xcode 9.4.1, mac os version: 10.13.6
  • Node.js version (unless using Appium.app|exe):v7.1.0
  • Mobile platform/version under test: ios 9.4/9.2
  • Real device or emulator/simulator: simulator
  • java client verion: 6.1.0 and 5.0.4 both has this issue.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions