stevepryde/thirtyfour

how to automatically run the webdriver before running the program?

centuryhopper opened this issue · 2 comments

Right now with the code example shown in the docs, you have to manually run the webdriver in the terminal before you run the rust program. How can we automate opening and closing the webdriver as we run the rust program? I see people ask something similar and that a selenium webdriver manager seems to be the solution. However, I couldn't find any instructions for how to set that up. The readme file on that page wasn't clear. Thanks.

duplicate of #172