Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to sendkeys to input #26

Closed
ofirdagan opened this issue Sep 26, 2016 · 1 comment
Closed

Add option to sendkeys to input #26

ofirdagan opened this issue Sep 26, 2016 · 1 comment

Comments

@ofirdagan
Copy link
Contributor

ofirdagan commented Sep 26, 2016

The thing that will really let us boost up our tests and give us much better coverage and usage testing is giving the option to set text and clear an input field.

Protractor syntax is:

$('#address-input').sendKeys(value);
$('#address-input').clear()

10x

@talkol talkol added this to the Version 1 milestone Oct 6, 2016
@talkol talkol self-assigned this Oct 6, 2016
@talkol talkol closed this as completed in d43b17d Oct 7, 2016
@talkol
Copy link

talkol commented Oct 7, 2016

@doronpr @ofirdagan take a look at the commit d43b17d, adding actions (as long as they're covered in EarlGrey) is almost immediate.

All EarlGrey actions described here: https://github.com/google/EarlGrey/blob/master/EarlGrey/Action/GREYActions.h

@wix wix locked and limited conversation to collaborators Jul 23, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants