06 2017 档案

python +selenium 报错:unknown error: cannot get automation extension
摘要:更新驱动。 https://stackoverflow.com/questions/42204586/chromedriver-error-unknown-error-cannot-get-automation-extension/43468942 阅读全文

posted @ 2017-06-12 15:28 double_偲偲 阅读(143) 评论(0) 推荐(0)

Python+selenium自动化测试:报错:IndentationError: expected an indented block
摘要:报错:IndentationError: expected an indented block 说明此处需要缩进,你只要在出现错误的那一行,按空格或Tab(但不能混用)键缩进就行。 解决方法参照的地址:::http://blog.csdn.net/neilhappy/article/details/ 阅读全文

posted @ 2017-06-07 12:04 double_偲偲 阅读(256) 评论(0) 推荐(0)

Python+selenium自动化测试:报错:TypeError: 'WebElement' object is not iterable
摘要:代码: 阅读全文

posted @ 2017-06-07 11:49 double_偲偲 阅读(1720) 评论(0) 推荐(1)

导航