You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Receiving the error below when megbotex.py calls for splinter.
File "/Volumes/Users/Kable/GITs/megbot/megbot.py", line 76, in send_message
self.browser.find_by_id('composerInput').fill(inWords);
File "/usr/local/lib/python2.7/site-packages/splinter/element_list.py", line 75, in getattr
self.class.name, name))
AttributeError: 'ElementList' object has no attribute 'fill'
The text was updated successfully, but these errors were encountered:
Receiving the error below when megbotex.py calls for splinter.
File "/Volumes/Users/Kable/GITs/megbot/megbot.py", line 76, in send_message
self.browser.find_by_id('composerInput').fill(inWords);
File "/usr/local/lib/python2.7/site-packages/splinter/element_list.py", line 75, in getattr
self.class.name, name))
AttributeError: 'ElementList' object has no attribute 'fill'
The text was updated successfully, but these errors were encountered: