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-
Generate dynamic CSV
The generateDynamicCSV extension creates a CSV file from a JSON object, JSON array, or JSON string and downloads it from the browser execution context. It automatically derives CSV headers from the...
-
Fetch CSV and convert to JSON
The fetchCsvAndConvertToJson extension downloads a CSV file from a URL and converts its rows into JSON objects that can be stored in a Virtuoso variable and used for later assertions.This is useful...
-
Search value in JSON
The searchValueInJson extension searches a JSON string recursively for objects that contain a matching key-value pair and returns the matching object or objects as an array.This is useful when a jo...
-
Clean and round number with padding
The cleanAndRoundNumberWithPadding extension cleans a numeric string by removing characters other than digits and decimal points, converts the cleaned value to a number, and rounds it to the reques...
-
Perform browser actions
The performBrowserAction extension performs common browser-level actions from a Virtuoso journey step. It can move backward or forward in the browser history, reload the current page, replace the c...