Questions tagged as 'webbrowser'

1
answer

Html5 form is not displayed with internet explorer 11

I have a form that works perfectly in all browsers but when viewing it in internet explorer 11 I notice that it is not displayed well. So I want it This is how it works in Internet Explorer <p class="left entradaTxt...
asked by 16.03.2017 / 09:52
1
answer

how can I avoid auto completion of a TexBox by pressing a Button without functions

I have a form that when filling the page, is filled with data, my idea is to replace the current data with the new ones, but doing some tests, and adding a Button without any operation, rewrites me again the fields, and whether it's empty or whe...
asked by 11.11.2018 / 18:30
0
answers

Read console.log entry in javascript

I am trying to capture the data entry through console.log without using node js. But jump the readline error is not defined. Some other method or where I have the error, I wanted to ask before asking but everywhere they use node I think that for...
asked by 10.09.2018 / 14:45
0
answers

How do I show the debugger in Mozilla Firefox?

Recently I format my computer and when installing Mozilla Firefox again, both Developer and the standard version, I find that the Debugger tab is not displayed (I enclose the image), the other tabs still work without problem .     
asked by 15.06.2018 / 04:12
1
answer

How to redirect from one browser to another

I have a question, can you redirect to another browser from a link in html? When you go to the website link it appears after a few seconds, a header above the menu, which says that if you want to try that website in the Microsoft Edge browser,...
asked by 25.04.2018 / 02:54
1
answer

Reload browser html content in vba

I have a code in vba that opens a page of ie. I get the html and then I pulse a bonton that is in a popup. That button adds new code to the html of the page, so when added later, I can not access to press another popup button. I need to reload t...
asked by 09.04.2018 / 18:03
0
answers

query webbrowser c #

I have a question if this can be stated like this because I am reading the same URL instead of the ones listed, I do not know if I have to destroy the object "browser" or how would it be? I'm new using this for (int i=0;i<listView1.Items....
asked by 23.02.2018 / 18:58
0
answers

Fill and sort fields in Webbrowser c #

I have been carrying out a project with c #, using a webbrowser in which I fill fields automatically and there everything is fine, my question is that I can decide which field to fill first? Since I have 6 fields and so to speak I want to fill i...
asked by 09.02.2018 / 01:50
0
answers

Act on a dialog window of the webbrowser object in VB.NET

I have a project to automate and scrap a web. I have a problem when uploading an image. By means of sendkeys I can open the dialog window, enter the path of the file and press enter, but it is so fast that the image does not manage to load. I wa...
asked by 06.02.2018 / 17:58
1
answer

how to download a file using webbrowser?

someone could guide me with this, I want to download a file from a web page without showing using the webbrowser control, without displaying a download dialog box, which is downloaded automatically. The item I want to download has the following...
asked by 09.01.2018 / 04:02