Jonathan Lipps

Results 388 comments of Jonathan Lipps

It's also possible (I don't know composer class loading logic very well) that the issue is not with phpunit-selenium but with the main phpunit project. All I know is that...

I guess there's no reason it couldn't be in Appium itself. What do you think @mykola-mokhnach?

I'm not sure yet! I think it'd be great but not sure if our team will have time. We will probably only focus on the iOS/Android drivers in the near...

It's possible that `get text` is retrieving the label attribute. You could try using the `get attribute` command and getting the `value` attribute instead? Just a thought. I haven't used...

did you try ``` my_label.get_attribute('value`) ``` ?

That doesn't seem right unless your app has accessibility text configured incorrectly. @mykola-mokhnach I'm not sure where to go from here given I don't use this driver. Any ideas on...

The answer is probably "if @mykola-mokhnach has time and wants to do it, or if someone else submits a PR"

Your client code also appears to be using some kind of framework so it's not really possible to understand what commands are being run without seeing the Appium logs

@fleytman I'm not sure there is anything we can fix. There is no "standard" alert button text which we can hook into to guarantee correct behaviour in all cases. The...