Jonathan Lipps

Results 388 comments of Jonathan Lipps

Seems like the atoms are not working super well anymore (probably unrelated but similar weirdness with #17415 as well)

@jpangburn what if you split the send_keys into one separate call for each character? does that change it at all?

mind boggling. what if you send the unicode for a period instead? `\002E`

ok. something is broken with the atoms then, and it's an open task to build the new ones. unfortunately it's not straightforward. the only other workaround i can think of...

@jpangburn can you retry with the latest xcuitest driver? it has new selenium atoms and might have fixed the issue.

@jpangburn from : > The default stepping value for number inputs is 1, allowing only integers to be entered—unless the stepping base is not an integer. and > The number...

Hmm OK I'll investigate some more. I'm surprised that it worked in Appium 1.x. There haven't been any remote debugger updates in the last 3 years except for the most...

Yes, it should work. However specifically for mobile web on safari we're in a bit of a duct tape and chicken wire situation. There is no official webdriver implementation that...