Im using visual studio 2017, and I have the leanft installed. The runtime engine is launched when I open the IDE. The 1st question is how can I launched the runtime engine programmatically using c#.
The next question centers around a situation where at runtime when I perform the code to attach the plugin to the chrome browser it sometimes times out doing the attachment. How can I handle this better. Basically my tests gets the chromdriver launches a browser and then at that time it will attempt to attach leanft plugin to the running browser. If it times out once in a blue moon, how can I wait for the browser before trying to attach leanft. See link below