selenium 在电脑浏览器中用手机模式打开

Posted sea-stream

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了selenium 在电脑浏览器中用手机模式打开相关的知识,希望对你有一定的参考价值。

 

 

import requests
from selenium import webdriver
from selenium.webdriver.common.action_chains import ActionChains
from selenium import webdriver
from selenium.webdriver.chrome.options import Options

url = http://www.baidu.com
mobile_emulation = {"deviceName":"iPhone 6"}
options = Options()
options.add_experimental_option("mobileEmulation", mobile_emulation)
driver = webdriver.Chrome(chrome_options=options)

driver.get(url)

 

以上是关于selenium 在电脑浏览器中用手机模式打开的主要内容,如果未能解决你的问题,请参考以下文章

如何使用selenium 驱动chrome浏览器并且打开方式为手机模式

如何在局域网中用电脑访问android手机里的文件

如何使用selenium打开360浏览器

chrome模拟手机浏览器python+selenium

如何将手机微信公众号文章导出到办公电脑

电脑连接并调试手机浏览器的网页