Skip to content

storeQRCodeFromBase64

  • Purpose
  • This command reads the src attribute of the given locator and decodes the barcode/QR code. It stores the decoded value of the image in a variable and this variable can be called whenever required. To use this command the locator should have the src attribute with the base64 content of the barcode/QR Code.
  • Syntax
  • storeQRCodeFromBase64(locator,variableName)
  • Target
  • locator of the image
  • Value
  • variableName
  • Return Value
  • The decoded value of the image
 

Feedback and Knowledge Base