AttributeError: ‘NoneType‘ object has no attribute ‘click‘ 错误

1.AttributeError: ‘NoneType’ object has no attribute ‘click’ 错误

AttributeError: ‘NoneType‘ object has no attribute ‘click‘ 错误_第1张图片

  • 以上错误显示“NoneType”对象没有“click”属性
  • 意味着我们定位的标签不能来点击

2.Message: no such window: target window already closed from unknown error: web view not found

driver.find_element_by_id('wrapper').send_keys('你好')

AttributeError: ‘NoneType‘ object has no attribute ‘click‘ 错误_第2张图片

  • 我们定位到的标签不能输入文字

你可能感兴趣的:(错误问题,python)