returns if user has to solve the captcha in an interactive iframe
(self)
| 143 | return self.captchaResultType == 'positional' |
| 144 | |
| 145 | def isInteractive(self): |
| 146 | """ returns if user has to solve the captcha in an interactive iframe """ |
| 147 | return self.captchaResultType == 'interactive' |
| 148 | |
| 149 | def setWatingForUser(self, exclusive): |
| 150 | if exclusive: |
no outgoing calls
no test coverage detected