Reputation: 33
I have a program running selenium, and uses the chromedriver. However, I want my program to be 1 solid exe file. How can I embed the chrome driver into the exe so I do not have to have the main program, and chromedriver in a folder together in order to work.
Is this possible? C# visual studios
Upvotes: 3
Views: 794
Reputation: 6398
I am not aware of C#, but following are some general guidelines to achieve the task:
Upvotes: 1