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-
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...
-
Audit key-value pairs
The Compare/KeyValuePairAudit extension compares key-value state code records from two JSON string inputs and identifies records that do not have a matching code and description pair in the other d...
-
Compare arrays
The Compare/arrayComparisonChecker extension compares two arrays from inside a Virtuoso journey and reports mismatched or extra values.This is useful when your test needs to compare data captured f...
-
Get element details by XPath
The Search/getElementDetails extension evaluates an XPath expression against the current page and returns the matching DOM elements.This is useful when your test needs to inspect elements that matc...
-
Load and display image
The Browser/loadAndDisplayImage extension loads an image from a URL and displays it on the current web page from inside a Virtuoso journey.This is useful when your test needs to open or visually di...
-
Calculate date
The Date/getDate extension calculates a new date from inside a Virtuoso journey by applying date and time adjustments to a base date.This is useful when your test needs to generate dynamic dates, a...