appium / appium/java-client

can't sendKey in alert popup

Open
#529 9 comments 0 reactions 1 assignee View on GitHub

@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");

image1

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.