Most voted "webbrowser" questions
None
Learn more…63 questions
Sort by count of
-
0
votes2
answers27
viewsc# Webbrowser How to call the onclick function?
How to call the function onclick of this html: <a href="javascript:;" onclick="ExecutarLance('46368');" title="ExecutarLance" class="btn btn-custom3"> LANCE </a> == $0…
-
0
votes2
answers978
viewsHow do I click the java script Alert ok via Webbrowser?
How can I disable all javascript alerts via web browser ? When I’m loading the page. <link rel="stylesheet" href="css/bootstrap-theme.min.css"> <meta charset="UTF-8"> <!-- Latest…
-
0
votes0
answers183
viewsHow to set value in a Textarea field using webbrowser?
I am trying to set a value in a Textarea type field using webbrowser, but it is not being set the value. I’ve tried it like this; webBrowser.Document.GetElementsByTagName("p")[2].InnerHtml = texto;…
-
0
votes2
answers463
viewsDelphi application with Twebbrowser not out of the process list?
I made a test program to show colleagues what is happening, I’m using the Twebbrowser component to show a text works in a good, it happens that when I close the application it does not leave the…
-
0
votes0
answers59
viewsRun a FOR on Webbrowser C#
I am currently trying to develop a data capture application using the WebBrowser of C#. I can get the application to enter the page and enter the value and click on search, but I can’t link this…
-
0
votes1
answer67
viewstouch screen c# winforms
I developed this application that visualizes information contained on a website through windows Forms and with the webbrowser component. The application works with the mouse perfectly. When I run on…
-
0
votes0
answers43
viewsWebbrowser control accumulating memory with every use of the Navigate method
I created a program that uses Webbrowser to search for information online (Log in automatically and later bring the page information to the program). The program works perfectly, but it turns out…
-
0
votes1
answer149
viewsHow to detect navigation using the Webbrowser class and capture information with C#
Hello, I’m doing an integration with the Free Market API, where I need to open a browser screen with the page for the user to allow access to my application’s API (as the documentation here). To do…
-
0
votes2
answers259
viewsC# - Can you run a task and return to the main thread later?
in the case the whole program is written without task and only one excerpt is with task, I wanted after that piece it returned to the "main thread". The code below is inside a for, and serves to…
-
0
votes0
answers22
viewsc# webbrowser Clicking a button using the onclick attribute. getattribute("onclick") does not work
Hi, I’m wanting to click on a button that has the following html: <a href="javascript:;" onclick="ExecutarLance('46368');" title="ExecutarLance" class="btn btn-custom3">LANCE</a> == $0…
-
-1
votes1
answer249
viewsWait for an event to be triggered to continue the C#
In the method RealizarPesquisa, when executing the line _WebBrowser.Navigate(), the event is triggered DocumentCompleted(), but this event it takes a while to be executed, so the method…
-
-1
votes0
answers13
viewsPyformat %s in a string
i have the following line of code to open a browser tab that is passed by the user, but with is the "%s" function since I am not passing any parameter to be replaced in place of "%s"…
-
-4
votes1
answer55
viewsBrowser does not interpret javascript in the right sequence
the javascript code here in the Browser reads the right time but the img does not leave the correspontende being when I put, var time a time corresponding to the time leaves the right picture but…