can't sendKey in alert popup
Open
@SrinivasanTarget is already working on this.
Since Dec 1, 2016.
bug
server side
- Dominant language
- Java
- Stars
- 1.3k
- Forks
- 752
- Avg merge
- 6d 21h
- Merged PRs (30d)
- 8
Description
Description
When try to sendKey on alert popup
Test code :
Alert alert = getDriver().switchTo().alert();
alert.sendKeys("hello");
Environment
- java client build version : 4.1.2
- Appium server version : 1.6.1
- Mobile platform/version under test: iPhone 7 iOS 10.1 / Xcode 8.1
- Real device
Link to Appium logs
Bad parameters: BadParametersError: Parameters were incorrect. We wanted {"required":["text"]} and you sent ["value"]
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.