Answered
Hi,
I want to reference my selenium driver inside a function but I am not sure how to do that. Do you have any ideas how can I do that?
Thanks in advance!
- jakov asked 10 months ago
- You must login to post comments
Best Answer
Hello, you can pass the driver as a string input parameter, but make sure to name the function parameter exactly as your driver variable.
- Roko answered 10 months ago
- You must login to post comments
Your Answer
Please login first to submit.