摘要:
windows = driver.current_window_handle #定位当前页面句柄 all_handles = driver.window_handles #获取全部页面句柄 for handle in all_handles: #遍历全部页面句柄 if handle != windo 阅读全文
摘要:
unable to connect to 127.0.0.1:21503:21503 今天使用逍遥模拟器安装frida,adb报错,其中用逍遥多开器开了两个模拟器,第一个可以连接,第二个无法连接,报错 unable to connect to 127.0.0.1:21503:21503 主要是模拟器 阅读全文
摘要:
{ "type": "error", "description": "TypeError: r.art::mirror::Object::Clone is not a function", "stack": "TypeError: r.art::mirror::Object::Clone is no 阅读全文
摘要:
let url = 'https://www.toutiao'; let params = { }; let xhr = new XMLHttpRequest(); xhr.open("GET", url, true); xhr.setRequestHeader("Content-Type", "a 阅读全文
摘要:
import zipfile def spider(): data_list = [] z = zipfile.ZipFile("maimai.apk") for file in z.namelist(): data_list.append(str(file)) z.close() if "libn 阅读全文
摘要:
C:\Users\16613\Desktop\adb>adb install meituanyouxuan.apk adb server version (31) doesn't match this client (40); killing... * daemon started successf 阅读全文