Advertisement
lhest

Error_noput

Jul 21st, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. D:\Iuliia\Documents\Python\AutomationPY>python TaskPrecise.py
  2. [30356:39012:0721/202858.318:ERROR:install_util.cc(589)] Unable to create registry key HKLM\SOFTWARE\Policies\Google\Chrome for reading result=2
  3.  
  4. DevTools listening on ws://127.0.0.1:12849/devtools/browser/c1c86841-68b3-4f9b-a933-d7eb90ae8fed
  5. Traceback (most recent call last):
  6. File "TaskPrecise.py", line 10, in <module>
  7. searchField = driver.find_element_by_id('search_city').click().send_keys(u'Драгобрат')
  8. AttributeError: 'NoneType' object has no attribute 'send_keys'
  9.  
  10. D:\Iuliia\Documents\Python\AutomationPY>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement