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.

property base64: str

Base64 string for the image.

property file_name: str

File Name of screenshot file.

property full_path: str

Absolute path of screenshot file.