Suhas Reddy

  • Total activity 66
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 1
  • Subscriptions 0

Articles

Recent activity by Suhas Reddy Recent activity Votes
  • Get element attribute value

    The Search/getElementAttributeValue extension locates an element on the current web page using XPath, CSS selector, ID, or a selector object, then returns the requested attribute or DOM property va...

  • Update test data in a new row

    The Update/updateTestDataInNewRow extension adds a new row to a Virtuoso test data table by using the supplied environment, project, table name, API token, and JSON key-value data.This is useful wh...

  • Set global variables in environments

    The Environment/setGlobalVariablesInEnvironments extension updates Virtuoso environment variables by calling the Virtuoso Environments API. It reads the current variables for an environment, compar...

  • Check character length

    Validate character lengthThe Logical/charactersLength extension checks whether a supplied value contains exactly the number of characters specified by the user. It returns true when the value lengt...

  • Get column data

    The Search/getColumnData extension evaluates an XPath expression on the current browser document and returns the text content from all matching elements.This is useful when a journey needs to colle...

  • Calculate time average

    The Arithematic/calculateTimeAverage extension calculates the average of multiple time values and returns the result in hours and minutes format.This is useful when a journey needs to average durat...

  • Search JSON property

    The Search/JSONPropertySearch extension parses a JSON string that contains a nested array and searches for the first nested value that includes the provided search text.This is useful when a journe...

  • Show PDF with password

    The Browser/showPdfWithPassword extension displays a PDF file directly in the browser. It uses PDF.js to load the file, render each page on a canvas, overlay SVG text for selectable/copyable text, ...

  • View Notepad and Word documents

    The Browser/notepadWordViewer extension fetches a Notepad text file or a Word document from a URL, displays the fetched content in the browser, and returns the displayed content for use in the jour...

  • Write data to Excel and export

    The writeDataToExcelAndExport extension creates an Excel workbook from up to five JSON array inputs and exports it as an .xlsx file. Each non-empty JSON input is converted into a worksheet, and eac...