testing-samples icon indicating copy to clipboard operation
testing-samples copied to clipboard

Espresso Web - perform(DriverAtoms.webKeys("0.11")) only inputs 11

Open westpacqe opened this issue 10 months ago • 3 comments

When interacting with webviews using this code

onWebView().withElement(findElement(Locator.ID, "payment-amount")).perform(DriverAtoms.webKeys("0.11"))

it only enters 11 without the decimal. I am trying to figure out how I can include decimal point in sending keys to webview.

Any idea?

westpacqe avatar Mar 24 '25 03:03 westpacqe