feat:支持更多验证方式

This commit is contained in:
Xwite
2022-05-05 06:06:20 +08:00
parent 8cab8b77f7
commit 7e74c3bd4f
7 changed files with 109 additions and 42 deletions
+3
View File
@@ -67,6 +67,9 @@ java.webView(html: String?, url: String?, js: String?): String
* @param url 要打开的链接
* @param title 浏览器的标题
java.startBrowser(url: String, title: String)
* 使用内置浏览器打开链接,并等待网页结果 .body()获取网页内容
java.startBrowserAwait(url: String, title: String): StrResponse
```
* 调试
```