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)

最新文章

  1. VBA 获取Sheet最大行
  2. h.264的POC计算
  3. 【转】 Android ListView与Button的显示----不错不错
  4. coco2d-html5制作弹弓射鸟第一部分---橡皮筋
  5. VirtualBox 上安装CentOS 6.5
  6. gdb的user-define command
  7. Elasticsearch5.4常见问题总结
  8. Jupyter Notebook的快捷键
  9. Java内存泄漏分析系列之二:jstack生成的Thread Dump日志结构解析
  10. MapReduce时mapping内存不足
  11. return 返回值的用法
  12. 去除input获取光标时的默认样式
  13. 【SVN技巧】如何协同开发LabVIEW代码 1
  14. Android 自动化测试——Monkey测试
  15. .Net Excel操作之NPOI(一)简介
  16. Ubuntu安装ss
  17. Docker 学习笔记 (一)Dockerfile 创建本地镜像
  18. Django 1 创建项目
  19. python celery rabbitmq--- pypi image from ustc
  20. Java 输入/输出流

热门文章

  1. maven项目启动报错;class path resource [com/ssm/mapping/] cannot be resolved to URL because it does not exist
  2. VS调试dll详细过程记录
  3. mysql备份与恢复-xtracebackup
  4. oracle /*+ SYS_DL_CURSOR */ 这个hint
  5. 苹果笔记本充不进电怎么办_macbook充不进电解决办法
  6. 18位身份证验证(Java)
  7. sublime3 快速创建html模板
  8. day24,25组合 封装 多态
  9. 尚硅谷面试第一季-15Mysql什么时候建索引
  10. error C4996: Function call with parameters that may be unsafe – this call relies on the caller to ch