Merge branch 'feature/reset_browser' of bitbucket.org:panleicim/appointment_tool_js into feature/reset_browser
This commit is contained in:
@@ -241,3 +241,8 @@ adb -s QMKNW17415015350 shell am start -n com.android.chrome/com.google.android.
|
||||
adb -s 4b99c21 shell pm clear com.android.chrome
|
||||
adb -s 4b99c21 shell am set-debug-app --persistent com.android.chrome
|
||||
adb -s 4b99c21 shell am start -n com.android.chrome/com.google.android.apps.chrome.Main
|
||||
|
||||
#huawei mate 8
|
||||
adb -s APU7N16321020182 shell pm clear com.android.chrome
|
||||
adb -s APU7N16321020182 shell am set-debug-app --persistent com.android.chrome
|
||||
adb -s APU7N16321020182 shell am start -n com.android.chrome/com.google.android.apps.chrome.Main
|
||||
+6
-1
@@ -161,4 +161,9 @@ adb -s QMKNW17415015350 shell am start -n com.android.chrome/com.google.android.
|
||||
#oppo a57
|
||||
adb -s 4b99c21 shell pm clear com.android.chrome
|
||||
adb -s 4b99c21 shell am set-debug-app --persistent com.android.chrome
|
||||
adb -s 4b99c21 shell am start -n com.android.chrome/com.google.android.apps.chrome.Main
|
||||
adb -s 4b99c21 shell am start -n com.android.chrome/com.google.android.apps.chrome.Main
|
||||
|
||||
#huawei mate 8
|
||||
adb -s APU7N16321020182 shell pm clear com.android.chrome
|
||||
adb -s APU7N16321020182 shell am set-debug-app --persistent com.android.chrome
|
||||
adb -s APU7N16321020182 shell am start -n com.android.chrome/com.google.android.apps.chrome.Main
|
||||
@@ -75,7 +75,7 @@ class GeoCaptchaSolver {
|
||||
await iframeHandler.locator(selector).focus()
|
||||
await iframeHandler.locator(selector).fill("" + number_list[i - 1])
|
||||
// fieldInputs[i].value = number_list[i];
|
||||
await delay(2000 + getRandomWaitTime());
|
||||
await delay(1000 + getRandomWaitTime());
|
||||
}
|
||||
let content = await captcha_container.innerHTML()
|
||||
console.log("inner container is " + content)
|
||||
|
||||
Reference in New Issue
Block a user