Questions tagged as 'webbrowser'

2
answers

Read HTML from a WebBrowser

I have a Form with a WebBrowser, two text boxes (1 and 2) and a button. In the text box 1 I enter a URL, press the button and execute: private void button1_Click(object sender, EventArgs e) { Uri myUri = new Uri(textBox1.Text); webBrow...
asked by 04.02.2017 / 13:48
2
answers

Generate a wait in browser with C #

I am trying to automate a web page using the gecko engine, it is similar to the webBrowser that has Visual Studio incorporated. I'm using the event navegador.DocumentCompleted += (senderx, ex)=> To wait for the page to be completed, I am...
asked by 25.07.2016 / 16:51
1
answer

Problems with a javascript file that does not get addressed by HttpModule

This is an HttpModule installed in the web application that manages the requests made on different files (* .css, * .js, * .aspx, * .ashx). Each time a page of the application is requested for the first time, the client browser (Chrome, Firef...
asked by 11.04.2017 / 16:01
1
answer

Global Angular Information 2 TypeScript [closed]

You know how to obtain and use globally the following USER data in Angular 2 / Typescript: Time / Date Browser Operating System Device (Mobile - Tablet - Pc) Dimensions of the window Language Location
asked by 03.02.2017 / 22:32
1
answer

VB.net Wrong format when sending DateTimePicker

I am doing a program in .Net , to automate the loading of data in a web page (which I can not modify the code). The problem happens when I send the date to the web. As you can see in the following code, you should send the date in the format...
asked by 27.05.2016 / 18:12
1
answer

Jquery.Ajax does not work in Chrome, but if it works in Firefox

I am using a method that loads information from a database in a combobox, but what is shown depends on the previous selection in another combobox ... A dynamic combobox. It happens to work perfectly in Mozilla Firefox (v.54.0) but does not...
asked by 16.06.2017 / 17:54
0
answers

Run browser in full screen when launching S.O Linux

I'm doing a Domotic project in which I have the following components: RaspberryPi + Relays to operate lights. TouchScreen 15 ** screen The interface and back-end I did everything in web environment (HTML + CSS + NODEJS + SOCKET.IO)...
asked by 04.05.2018 / 16:55
0
answers

Get the text of an element knowing its class

This is what I find on the web: <span class="class1">30</span> How can I get 30 if I already know the value class1 automatically ? (without having to wait for him to load to give him the order) It works once an...
asked by 02.04.2018 / 10:35
1
answer

Access the camera

I was asked to solve a problem which I have not achieved and that is why I go to the community. In a client's portal, they need to take an image of both the desktop browser and the mobile browser. Use the tag <input type="file" class="uploa...
asked by 13.03.2017 / 14:44
0
answers

Random common.js script error when loading Gmap map into a .NET Web Browser

I detail the scenario to try to locate a solution. I have a Windows application that uses two webbrowser embedded .NETs that load respective Google Map maps and their corresponding bookmarks. The loading operation of the bookmarks is d...
asked by 22.04.2016 / 11:04