-
-
Notifications
You must be signed in to change notification settings - Fork 765
Closed
Labels
Description
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.