-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[Question] Select picker #139
Comments
For pickers to work with Detox, we need to add API for scrolling from a point to a point, where then you would be able to scroll to the item you desire. We plan to add this soon, and it is tracked in #154. |
I'm not sure that scrolling is the way to approach pickers. Wouldn't it be better to be able to set a wheel to a particular value? |
@colinramsay you're right, and EarlGrey actually have lots of actions that we can support pretty easily, we just need to expose them with our API. Actually, this can be a great PR. |
+ (id<GREYAction>)actionForSetPickerColumn:(NSInteger)column toValue:(NSString *)value; Interesting. However, this is a very naive approach, as picker views can have custom views. Still interesting. I'll open a new issue for discussing additional actions we may want to support. |
This is being worked on as we speak in #605 |
Hello,
I didn't find anything for select a Picker.Item with precision, do you know how to do it ?
Thanks !
The text was updated successfully, but these errors were encountered: