Click here to Skip to main content
15,925,133 members

Comments by polaije (Top 2 by date)

polaije 24-Dec-19 4:28am View    
Hi again,
I found the solution, for the first project that was working I have a reference to the webdriver different from the new project with a webdriver installed with nuget. Now the application continue completion after the browser open.
polaije 24-Dec-19 4:13am View    
Hi,
I have similar behaviour in a Wpf application.
I Don't use a background worker and in one application there is no problem with the browser that navigate to the url and the form is active for further instruction.
But when I start a new application with the same code to open the browser, the browser does not open the url and the form wait a thread completion.
I cannot understand where is the difference between the two applications, one works the other not.