博客
关于我
Selenium Automated test 02 - Open browser
阅读量:685 次
发布时间:2019-03-17

本文共 164 字,大约阅读时间需要 1 分钟。

# import seleniumfrom selenium import webdriver# Open the Google browserbrowser = webdriver.Chrome()# Open the Google interfacebrowser.get("https://www.google.com")

That's OK!

转载地址:http://gfnhz.baihongyu.com/

你可能感兴趣的文章
Node中的Http模块和Url模块的使用
查看>>
Node中自启动工具supervisor的使用
查看>>
Node入门之创建第一个HelloNode
查看>>
node全局对象 文件系统
查看>>
Node出错导致运行崩溃的解决方案
查看>>
Node响应中文时解决乱码问题
查看>>
node基础(二)_模块以及处理乱码问题
查看>>
node安装卸载linux,Linux运维知识之linux 卸载安装node npm
查看>>