Votes
Answers
Views
Question
0
1
108
asked 10 years ago by mhooper
updated 10 years ago by steelyeyedtester
I'm trying to pass dynamic values in the SMTP protocol script and when I use the smtp_send_mail function I'm unable to parameterize values that I'd like to submit in the body of the email. I've tried directly entering the parameters in or using lr_param_sprintf to format the message text and send as...
4
1
56
asked 11 years ago by Captain Mercury
updated 11 years ago by Captain Mercury
I need to retrieve a series of values that are return from a web page. I know I can use the ALL arg to retrieve all of the values that match the function boundaries. How do I actually use these values. For example, I want to pull a random value from the multiple items retrieve using the "ALL"...
3
1
35
Hello, My application requires me to click on a link that is dymanic, based upon text returned to the client in a previous step. For example, after logging in, I am presented with an "account number" on the screen. I want to save that account number as an output value. Then, in a future step...