Module SICAR.drivers.captcha
Captcha Abstract Base Class.
This class represents an abstract base class for a Captcha.
Classes
Captcha: Abstract base class representing a Captcha.
Classes
class Captcha
-
Abstract base class representing a Captcha.
This class defines the interface for getting a Captcha.
Methods
get_captcha(captcha) -> str: Abstract method to get the Captcha value.
Ancestors
- abc.ABC
Subclasses
Methods
def get_captcha(self, captcha:
) ‑> str -
Abstract method to get the Captcha value.
Parameters
captcha (str): The captcha value to process.
Returns
str
- The processed Captcha value.