Skip to content

Instantly share code, notes, and snippets.

View DianPermana's full-sized avatar
🎯
Focusing

Dian Permana DianPermana

🎯
Focusing
View GitHub Profile
[98887adf][AndroidUiautomator2Driver@2774] Proxying [POST /session] to [POST http://127.0.0.1:8212/session] with body: {"capabilities":{"firstMatch":[{"platformName":"Android","platformVersion":"14","deviceName":"emulator-5554","noReset":true,"appActivity":"com.Advantage.aShopping.SplashActivity","appPackage":"com.Advantage.aShopping","automationName":"uiautomator2","ensureWebviewsHavePages":true,"nativeWebScreenshot":true,"newCommandTimeout":3600,"connectHardwareKeyboard":true,"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"Android","platformVersion":"14","deviceName":"Emulator_test_123","noReset":true,"appActivity":"com.Advantage.aShopping.SplashActivity","appPackage":"com.Advantage.aShopping","automationName":"uiautomator2","ensureWebviewsHavePages":true,"nativeWebScreenshot":true,"newCommandTimeout":3600,"connectHardwareKeyboard":true}
@DianPermana
DianPermana / gist:29f6b9031f0859e3a0a5091dd8126eeb
Created September 18, 2024 00:26
ADB Logcat : Android : View > Tool Windows > Logcat
2024-09-18 07:15:33.879 921-921/? D/StatusBarIconController: ignoring old pipeline callback because the new wifi icon is enabled
2024-09-18 07:15:34.881 542-542/? W/adbd: timeout expired while flushing socket, closing
2024-09-18 07:15:35.983 1225-25332/? I/NearbyMediums: No BLE Fast/GATT advertisements found in the latest cycle.
2024-09-18 07:15:36.315 1582-2253/? I/BistoHotwordHelper: (REDACTED) getHotwordActive::active query: %s, watch: %s, devices connected: %s
2024-09-18 07:15:36.888 921-921/? D/StatusBarIconController: ignoring old pipeline callback because the new wifi icon is enabled
2024-09-18 07:15:41.380 921-1018/? D/ControlsListingControllerImpl: Subscribing callback, service count: 0
--------- beginning of system
2024-09-18 07:15:41.389 679-1376/? D/CompatibilityChangeReporter: Compat change id reported: 161252188; UID 10123; state: DISABLED
2024-09-18 07:15:41.424 921-1018/? D/ControlsListingControllerImpl: Unsubscribing callback
@DianPermana
DianPermana / gist.github.dian.permana
Last active April 28, 2023 12:00
As a user, I want to create a public gist.
========================
------Created--------
========================
Feature : As a user, I want to create a public gist.
Scenario : Succesfully Create gist
Given Open "https://gist.github.com/DianPermana"
And I click buton "Create a gist"
And I click option buton "Create public gist"
And Input "Gist description" with "As a user, I want to create a public gist."