❔ ✅ Help Passing Arguments to Action (Custom Wait Code)
Hi, I'm trying to code a custom wait code.
This code works, but I want to use methods with arguments.
What I want:
What I can do:
4 Replies
You can modify the wait method to accept an object[] argument for the arguments to be passed to the Action delegate.
Now you can call it like this...
And you can use the test method as such
@Moonstalker
Thank you a lot @HowNiceOfYou
Yeah man, anytime.
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.