returns if text is written on the captcha
(self)
| 135 | return True |
| 136 | |
| 137 | def isTextual(self): |
| 138 | """ returns if text is written on the captcha """ |
| 139 | return self.captchaResultType == 'textual' |
| 140 | |
| 141 | def isPositional(self): |
| 142 | """ returns if user have to click a specific region on the captcha """ |
no outgoing calls
no test coverage detected