westpacqe

Results 3 issues of westpacqe

Here is my code ` await switchDriverTo('webview'); await switchWindowHandle(); const element = $('//div[@data-testid="alert-message"]//a[contains(text(),"contact us")]'); await element.scrollIntoView(); await element.waitForClickable() await element.click() console.log(await element.isClickable()) await driver.pause(5000)` And here is the logs Contexts...

### New Issue Checklist - [x] Updated fastlane to the latest version - [x] I read the [Contribution Guidelines](https://github.com/fastlane/fastlane/blob/master/CONTRIBUTING.md) - [x] I read [docs.fastlane.tools](https://docs.fastlane.tools) - [x] I searched for [existing...

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...