51Testing软件测试论坛

标题: selenium+python 用手机模式打开浏览器 [打印本页]

作者: NewDreamTester    时间: 2018-7-16 14:21
标题: selenium+python 用手机模式打开浏览器
from selenium import webdriver
mobile_emulation = {'deviceName': 'iPhone 6'}
options = webdriver.ChromeOptions()
options.add_experimental_option("mobileEmulation", mobile_emulation)
browser = webdriver.Chrome(executable_path='chromedriver.exe', chrome_options=options)
browser.get("http://www.baidu.com")
browser.implicitly_wait(2)

作者: ldorothy    时间: 2018-7-17 11:42
今天用了下,真的很棒




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2