Day4-5测试积点任务
问题:python+appium,用try语句总是报错,还请大神指点,谢谢
python+appium
try:
if FindMethod == 'byid':
DriverIndex.find_element_by_id(Value)
elif FindMethod == 'byxpath':
DriverIndex.find_element_by_xpath(Value)
except NoSuchElementException as x:总是报错,说NoSuchElementException 没有定义
NameError: global name 'NoSuchElementException' is not defined
但我find_element_by_id如果找不到的话,异常名明明是NoSuchElementException
可以试下捕捉全部异常 查看导入包是否全面 异常的包没导入完整吧? 包没导入
页:
[1]