博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Python+selenium自动化测试:报错:IndentationError: expected an indented block
阅读量:6654 次
发布时间:2019-06-25

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

报错:IndentationError:  expected an indented block

说明此处需要缩进,你只要在出现错误的那一行,按空格或Tab(但不能混用)键缩进就行。

 

 

解决方法参照的地址:::http://blog.csdn.net/neilhappy/article/details/7724959

转载于:https://www.cnblogs.com/yangcl0212/p/6956369.html

你可能感兴趣的文章
Linux 修改IP地址和DNS
查看>>
C#中AppDomain.CurrentDomain.BaseDirectory与Application.StartupPath的区别
查看>>
VMware vCenter VMotion 详解
查看>>
对象数组转化DataSet并导出到文本
查看>>
搜索搜索引擎常用的18大学术搜索引擎
查看>>
struts2--java.lang.IllegalAccessException: Class ognl.OgnlRuntime can not access a member of
查看>>
sicp第二章部分习题解答
查看>>
Modern Objective-C
查看>>
2013 HTML5 峰会,HTML5 守望者的盛宴
查看>>
PD的CDM模型中的三种实体关系
查看>>
All you should know about NUMA in VMware!
查看>>
java 版本SQLHelper
查看>>
Hyper-V中的VM如何使用Pass-through Disk
查看>>
vim基础
查看>>
Ubuntu下配置jdk及maven等方法
查看>>
CShopDialog类
查看>>
lib 和 dll 的区别、生成以及使用详解
查看>>
python Genarator函数
查看>>
Citrix 服务器虚拟化之十 Xenserver高可用性HA
查看>>
关于ADB server didn't ACK * failed to start daemon *的问题
查看>>