关于利用Android webview的一些讨论 #339
aiguozhi123456
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
|
实在是忙不过来了 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
既然Android自带浏览器内核,为什么不直接利用其进行浏览器的自动化操作呢?
即把浏览器也单列成一栏,放在工具一栏下面,以供用户操作。
几个可能有用的方案。
一.沿用之前visit-web的方式,逐步优化。
二.参考playwright的交互方式,进行移植。
三.通过AI写油猴脚本进行交互,获得数据通过特有的自定义接口传回来实现交互。
油猴实现可参考:
https://github.com/warren-bank/Android-WebMonkey
https://f-droid.org/packages/org.woheller69.browser/
https://github.com/Slion/Fulguris(特:此使用CPAL协议)
优点:小占用,可储存cookies,方便用户操作。
PS.我并非专业人士,故只是探讨一下。如果作者觉得没必要我就删了。
Beta Was this translation helpful? Give feedback.
All reactions