1
jifengg 2019-08-12 16:15:46 +08:00
根据我个人少量的经验,目前是没有。
而且,chrome 里面,也只是尽可能的模拟移动浏览器的 UI,没法模拟相应的内核。比如没法调试 ios 浏览器的兼容性。这块我觉得才是最麻烦的,兼容性问题。有时候你在 chrome 里面手机模式看着没问题,上真机还是有各种问题。只能说,聊胜于无吧。 |
2
ReVanTis 2019-08-12 16:30:26 +08:00
firefox 可以通过命令行参数加载其他的 profile:
https://developer.mozilla.org/en-US/docs/Mozilla/Command_Line_Options#-P_.22profile_name.22 -P "profile_name" 或者 -profile "profile_path" 去加载。 所以我想可以通过建立一个单独的 profile 去做这件事情。 |
4
geekdada 2019-08-13 12:07:26 +08:00
|