Questions tagged as 'webbrowser'

1
answer

Upload files with web browser C #

I'm developing a process automation system, where my client's vendor site has a part that needs to upload files. All automation is already developed, only missing this part. I have already researched in several forums, and everyone presents the...
asked by 05.09.2017 / 16:42
2
answers

How to capture the alert message using the web browser controler?

I'm developing a robot using Asp.Net C # web browser controler. In this robot I need to identify some messages that appear in Javascript Alert. The site that Robot is manipulating is not mine, so there's no way I can make any changes in th...
asked by 09.07.2015 / 15:08
1
answer

Webbrowser with input type file

Friends, I'm building a virtual robot to work on a particular site. In a certain action I need to upload a file to the site, but when the robot clicks the <input type="file"> button it logically opens a modal window of Windows Ex...
asked by 16.03.2015 / 13:08
1
answer

How to remove certificate messages from WebBrowser?

How do I remove those annoying messages showing that the page certificate is not valid or is it insecure from the System.Windows.Forms.WebBrowser component? I tried several ways and I did not find an alternative ... One of the alternat...
asked by 23.07.2015 / 04:45
1
answer

Manipulate page with WebBrowser

I'm having trouble sending values to a form via Web Browser . My goal is to make a post, that is, send the values to the inputs of the form and make the submit of it, after that open the page generated in my browser. Form...
asked by 23.01.2016 / 19:08
3
answers

Webbrowser - Click on elements of a site

Hello, everyone! It's this, I need to make my program click on an element. Here is a photo to make it easier to understand: link I have tried many things, but nothing successful so far ... I want the button to be pressed My code is li...
asked by 20.07.2015 / 23:39
1
answer

Browse and retrieve DOM objects via getElement without using WebBrowser

Is there any way to navigate web pages, create .Document.getElementById(" ") requests without the need to use the WebBrowser() component on my form? WebBrowser browser = new WebBrowser(); browser.Navigate("http://"); //[...] var...
asked by 20.09.2018 / 21:50
1
answer

Assign value to a Select by option text via Webbrowser

I need to set the value of a Select field of a page that is loaded inside the TWebBrowser component in Delphi 7. This procedure I can do in other fields where the values are the same as the text of the options, but in another field as there ar...
asked by 15.07.2015 / 02:01
1
answer

C # WebBrowser How can I get innerHTML from a span inside a div

OI people. I need to get with c # the innerHTML of the first SPAN element that has a numbered value that is inside a div and I I already wrote a code that is on the right track I think .. so far is this: HtmlElementCollecti...
asked by 20.08.2018 / 00:40
1
answer

Browse Sites by Clicking Previous and Next Buttons [closed]

I would like to make the WebBrowser browse a list of sites by clicking on the Previous and Next button to navigate through the sites.     
asked by 20.04.2017 / 20:33