Skip to content

storeQRCodeFromString

  • 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 URL of the barcode/QR Code.
  • Syntax
  • storeQRCodeFromString(locator,variableName)
  • Target
  • locator of the image
  • Value
  • variableName
  • Return Value
  • The decoded value of the image
 

Feedback and Knowledge Base