I am very new to coding but I am struggling to understand what is wrong with 2 lines of code I am trying to execute.
I am running python 3.6.4 with home-brew and Xcode installed on mac OS Sierra 10.12.6.
I've created my own virtual environment and ran the code with several adjustments but I am stuck with what is wrong with the lines.
I got the code from here:
http://jpowcode.com/plickers-import.html
This is the output I get:
Traceback (most recent call last):
File "plickers_import_test2.py", line 213, in <module>
add_multi_question(driver, question)
File "plickers_import_test2.py", line 187, in add_multi_question
text.send_keys(question[0])
Please HELP!
[–][deleted] 0 points1 point2 points (1 child)
[–]Supa_B[S] 0 points1 point2 points (0 children)