returns if user have to click a specific region on the captcha
(self)
| 139 | return self.captchaResultType == 'textual' |
| 140 | |
| 141 | def isPositional(self): |
| 142 | """ returns if user have to click a specific region on the captcha """ |
| 143 | return self.captchaResultType == 'positional' |
| 144 | |
| 145 | def isInteractive(self): |
| 146 | """ returns if user has to solve the captcha in an interactive iframe """ |
no outgoing calls
no test coverage detected