Martin De Wulf

Results 12 comments of Martin De Wulf

In case you still have the problem. This is most probably due to the fact that a new instance of your activity is launched and that the plugin does not...

If there are still people interested, I just made a PR who supports opening intents at the start of the activity without having to add js code to handle that...

Have you ever found a solution for this?

Thanks a lot! That seems to help indeed, the error disappeared, but now, the problem is that I was trying to touch a UITableViewCell, and apparently, it does not work...

The cell is just not pressed, since the action associated just does not happen. Here is what I wrote: selector = "view:'IPMoreCell' marked:'Account settings'" check_element_exists selector wait_for_element_to_exist selector wait_for_nothing_to_be_animating touch...

Thanks a lot for your help, but with that, I have the following error: ``` Given I launch the app # ``` Frank/features/step_definitions/launch_steps.rb:5 Then I should be on the Services...

Yes, that works. On Mon, Jan 19, 2015 at 3:39 PM, Oleksiy Radyvanyuk < [email protected]> wrote: > So if you while on that same screen in Symbiote, will press "Touch"...

You were right, it's related to the animation. Actually, I just noticed that adding wait_for_nothing_to_be_animating made this precise test freeze (it never ends). Replacing by a sleep instruction made the...

I don't think we use such thing, but maybe one of the libraries we use do. I'll try to check, but thanks for the hint! On Mon, Jan 19, 2015...

Ok, thanks a lot for all this information, it is very precious to me! On Tue, Jan 20, 2015 at 12:09 PM, Ondrej Hanslik [email protected] wrote: > Don't wait random...