I have a few different flows and some "flow modules" that are referenced often and contain singular functionality. To implement the latest, I need to be able to pass in an "object" - actually a web element. PAD only seems to allow flows to have string input points, so I can pass the entire element string, but I need to be able to convert it back into use which is my current sticking point (at least with built-in tools). Suggestions on how I can (simplified example):
1. Run a flow
2. Launch a browser window
3. do stuff
4. Launch another flow (pass in the button id)
4a. press the button
5. continue doing stuff
I get stuck at 4a as I am unable to "select the element" because it doesn't exist in anything but a string

Report
All responses (
Answers (