Posts by Diego Augusto • 95 points
5 posts
-
1
votes1
answer48
viewsA: How to download more than one Chromedriver file without asking for download authorization
var options = new ChromeOptions(); options.AddUserProfilePreference("profile.default_content_setting_values.automatic_downloads", 1); I found the solution for whoever needs it!…
-
1
votes1
answer48
viewsQ: How to download more than one Chromedriver file without asking for download authorization
I’m trying to download more than one file by Chrome and keeps popping up the permission message would have some way to automatically accept…
-
0
votes0
answers93
viewsQ: Error while consuming Web Service axml with apache Cordova Visual studio
Guys I have a project with apache Cordova running in visual studio, when I try to make a web connection service returns me the error below Referenceerror: $ is not defined at Childscope.Teste [as…
-
4
votes1
answer5523
viewsQ: Problems returning a large amount of data through WCF
Good Afternoon, I have a web service done in WCF, when I do a query in the bank and return a large amount of records it gives me the following error: An unhandled Exception of type…
-
3
votes1
answer769
viewsQ: How to kill a specific user process on Windows Server?
I have a C# application that at the end needs to kill a user process that ran, but as I am in a Terminal Server (Windows Server) and there are several users logged, when I put the command to kill…