Questions tagged [ie-automation]
65 questions
1
vote
1 answer
VBA code to trigger an iframe div class element
Please help me with the below IE automation scenario,
I need a vba code to click on a web page label text (Log an Issue) which has been placed inside an iframe, the sample html code is given below,
1
vote
1 answer
Choose file to upload dialog. Merge VBS and VBA process
Hi i have two procedures:
Click button to open dialog box in IE
To enter data to that dialog box
Both of them work seperatly
The problem is that VBA wont proceed to 2nd procedure if dialog box is open.
I think work around would be to launch vbs…

Petras K
- 163
- 2
- 15
1
vote
0 answers
IE Automation with Excel VBA - iframes
I have had success recently, with the help of this forum, automating IE with Excel VBA. Today, however, I am stuck on a new problem and could use some help. I am trying to click on a hyperlink that will take you to a new page on the web site. I…

TMc
- 55
- 3
- 9
1
vote
1 answer
I'm trying to use VBA to click a "Logon" button on a website to automatically logon
I've been trying to submit login credentials automatically with VBA, and I can get the username and password fields to populate, but I can't get the code to click on the logon button. I've tried numerous solutions I've found on here as well as other…

Ryan Petrill
- 23
- 3
1
vote
0 answers
Internet Explorer Automation: textbox with dropdown when typing
I am automating a page with multiple textboxes that require the text to be manually typed, textbox image here
while typing, a dropdown with the possible matches will appear and I need to select the value to proceed.
textbox image with dropdown…

user2214543
- 11
- 1
1
vote
1 answer
VBA IE Onclick Function Call
Fellows,
I was trying to do IE automation with VBA. Everything worked as I wanted until I got to this problem.
Enter item no in a input text filed, and then click on link 'RUN Report' to get the report.
Problem: After clicked on 'RUN report', the…

Ashton Fei
- 114
- 2
- 7
1
vote
2 answers
FoxPro Internet Explorer COM Automation: Clicks not working in IE 10 and Later?
I recently needed to update an old FoxPro legacy application that uses Internet Explorer Automation to drive the content of a Web page by clicking some href links and entering data into a form and submitting.
This used to work just fine but checking…

Rick Strahl
- 17,302
- 14
- 89
- 134
1
vote
1 answer
IE Automation using Excel VBA: anchor.click calling a function not working javascript web dialog box
I am relatively new to IE Automation, javascripts and frames. I also am not sure if I have the same issue as VBA - Handle Javascript pop up with IE automation. Pls read on.
Pre-Requisites: IE11, VBA for Excel (2010)
So I am trying to access the…

Jp Serame
- 101
- 1
- 8
1
vote
1 answer
MSHTML: Callback on image insertion
Currently I am working on embedding a HTML editor into a C++ WinAPI application using the MSHTML component.
I got everything set up (activating editing mode, changing font face, etc.), but now I have to support inserting images. MSHTML already has…

gdiquest
- 125
- 8
1
vote
1 answer
IE Automation with an array
Hello I work as a parts analyst for my company. I search engine serial numbers on our online catalog to see if the required information is present on the website for customers. I have about three thousand numbers to check each month. I have an excel…

user3749150
- 11
- 2
1
vote
1 answer
Unable to get browser (Selenium::WebDriver::Error::NoSuchWindowError) only for IE
I am facing the following error immediately after launching the browser and visiting URL:
Unable to get browser (Selenium::WebDriver::Error::NoSuchWindowError) only for IE
My code:
require 'watir-webdriver'
b = Watir::Browser.new 'ie'
b.goto…

Avinash Duggirala
- 341
- 5
- 18
0
votes
1 answer
How to select the element by VBA IE automation
I am not able to select the following text field using VBA
Please help
Html code
@
My…

anuj kumar
- 13
- 6
0
votes
1 answer
IE Button Click not working using Excel VBA
I'm trying to automate the click of a button in an one of my company's websites. I have tired clicking it using an object or a HTMLelement but none of them worked. Any suggestions? Below is the HTML code of the button

Jayesh Surendran Menon
- 75
- 1
- 12
0
votes
1 answer
VBA IE automation - variable for element loses reference when button clicked on webpage
I use VBA and IE automation to open a webpage, login, navigate by filling some input fields and clicking specific buttons to the webpage and finally get some data from it.
While navigating I set several variables to elements from the webpage. Next I…

mits
- 876
- 3
- 11
- 20
0
votes
0 answers
Excel IE Automation Identify and act upon Tab Strip 'css' Element (encore)
I thought I could figure this out based on an excellent answer that Yu Zhou gave me in response to my previous question on this same topic [https://stackoverflow.com/questions/63677723/excel-ie-automation-identifying-a-css-element]
From the picture…

John Wilson
- 100
- 1
- 7