Trying to find the value of an element
"QNTAnswer" : self.page.find("input[chkid='"+res[i]+"']").val(),
doesn't work but if i hardcode value like
"QNTQuestionComments" : self.page.find("textarea[chkid='1-IQL9LB']").val()
works
Please, help
source
share