随笔分类 -  webdriver

python设置路径值时为什么要输入r
摘要:r:代表处理不转义现象 Python中,u表示unicode string,表示使用unicode进行编码,没有u表示byte string,类型是str,在没有声明编码方式时,默认ASCI编码。如果要指定编码方式,可在文件顶部加入类似如下代码: # -*- coding: utf-8 -*- ut 阅读全文

posted @ 2018-09-06 16:43 tianlintest 阅读(6968) 评论(0) 推荐(1)

maven远程仓库
该文被密码保护。

posted @ 2018-07-05 10:28 tianlintest 阅读(0) 评论(0) 推荐(0)

appium一些学习网址()
该文被密码保护。

posted @ 2018-01-26 10:34 tianlintest 阅读(5) 评论(0) 推荐(0)

selenium webdriver 【CssSelector定位专题】
该文被密码保护。

posted @ 2017-08-17 09:34 tianlintest 阅读(0) 评论(0) 推荐(0)

selenium webdriver别人例子的定位
该文被密码保护。

posted @ 2017-08-16 14:33 tianlintest 阅读(1) 评论(0) 推荐(0)

Selenium Webdriver常用JS操作
该文被密码保护。

posted @ 2017-07-06 17:29 tianlintest 阅读(1) 评论(0) 推荐(0)

使用selenium junit 运行报java.lang.AssertionError: Not yet implemented
该文被密码保护。

posted @ 2017-07-06 11:23 tianlintest 阅读(1) 评论(0) 推荐(0)

导航