towfurious

Results 6 comments of towfurious

please see full log [info] [Appium] Welcome to Appium v1.10.0 [info] [Appium] Appium REST http interface listener started on 0.0.0.0:4723[info] [HTTP] --> POST /wd/hub/session [info] [HTTP] {"desiredCapabilities":{"app":"/Users/viktor/builds/app-dev-x86-debug.apk","appPackage":"com.package.ecrew.dev","clearSystemFiles":true,"keystorePassword":"123456","noReset":"false","keyAlias":"fake","forceEspressoRebuild":true,"disableAndroidWatchers":true,"deviceName":"192.168.57.101:5555","fullReset":"true","keystorePath":"/Users/viktor/fake_signatures/fake.keystore","appActivity":"com.package.aea.auth.ui.splash.SplashScreenActivity","keyPassword":"123456","newCommandTimeout":15000,"platformVersion":"7","automationName":"Espresso","platformName":"Android","autoAcceptAlerts":false,"useKeystore":true},"capabilities":{"firstMatch":[{"appium:app":"/Users/viktor/builds/app-dev-x86-debug.apk","appium:appActivity":"com.package.aea.auth.ui.splash.SplashScreenActivity","appium:appPackage":"com.package.ecrew.dev","appium:autoAcceptAlerts":false,"appium:automationName":"Espresso","appium:clearSystemFiles":true,"appium:deviceName":"192.168.57.101:5555","appium:disableAndroidWatchers":true," [debug] [W3C] Calling...

> https://stackoverflow.com/questions/21814825/you-need-to-use-a-theme-appcompat-theme-or-descendant-with-this-activity > > I assume it is a problem with the app itself we dont use AppCompat theme as well, we extend from Theme.MaterialComponents.Light.NoActionBar https://material.io/develop/android/docs/getting-started/

Please make OkReplayInterceptor class open

Hello everyone, i have same issue. When testing Stripe card input using stripe-react-native, Detox cannot interact with the card number, expiration, or CVC fields on Android. No combination of by.text(),...

@tjclawson-stripe i and author are using RN version is above 0.60.5, so probably this bug is not a case, `by.label()` method works great with other elements, except stripe UI part....

**Update:** i also checked previous build with dependencies: ``` implementation 'com.braintreepayments.api:drop-in:6.16.0' implementation 'com.braintreepayments.api:data-collector:4.46.0' implementation 'com.braintreepayments.api:three-d-secure:4.46.0' ``` same steps to reproduce with crash but different logs: ``` android.view.WindowLeaked: Activity com.braintreepayments.api.ThreeDSecureActivity has...