arjuna.tpi.helper.image module¶
-
class
arjuna.tpi.helper.image.
Image
(*, fpath: str, b64: str = None)¶ Bases:
object
An image object.
Keyword Arguments: - fpath – (Mandatory) Absolute path of the Image file.
- b64 – Base64 representation of the image.
-
base64
¶ Base64 string for the image.
-
file_name
¶ File Name of screenshot file.
-
full_path
¶ Absolute path of screenshot file.