1. vConsole
h5项目在手机上调试(ios和安卓)
1、在vue 项目中实现手机调试
vue中直接使用npm 安装vConsole
—(1)先找到vue得全局index.html页面
—(2)引入
<script type="text/javascript" scr="vconsole.min.js"></script> <script type="text/javascript"> var vConsole = new VConsole(); </script>
—(3)在手机端得任意浏览器打开项目地址
项目地址如—http://192.167.97.ip:端口号
必须保证是同一局域网
—(4)打开手机端得页面点击查看右下角是否有 ---- vConsole图标
若有则表示安装成功
2. [Appium中开启iOS webview调试进行h5自动化测试]
https://www.cnblogs.com/dreamhighqiu/p/10995970.html
3. chrome 调试 ios的 H5 页面
4.usb调试工具_Android 手机调试H5网页
https://blog.csdn.net/weixin_39842937/article/details/111122648