internet-explorer

VBA Automation - Prefilling Combodate Box

早过忘川 提交于 2021-02-02 09:55:30
问题 I am trying to prefill data from Excel to a local intranet website via VBA. I've been able to prefill most data to the site, but I am struggling with this combodate box: Please see HTML code: <div class="form-group row " id="starttime_field"> <label class="col-form-label col-md-3" for="starttime">Start time</label> <div class="col-md-9"> <input type="text" id="starttime" name="starttime" class="form-control" size="30" style="display: none;"><span class="combodate"> <select class="hour " style

stroke url not working in Edge and IE 11 SVG

瘦欲@ 提交于 2021-02-02 09:35:49
问题 I have an svg that has two paths, a diagonal line and small circle. Their stroke color are referenced to linearGradient located in defs stroke="url(#myGradient)" . On Chrome, Firefox and Safari, the small circle renders. But on Edge and IE 11 the small circle is not connecting the url path to the id of the linear gradient, if I change it's stroke attribute to a color then it renders, but I want to use the url value. div { height: 100px; width: 100px; } <div> <svg viewBox="0 0 20 10" xmlns=

Automate IE via Excel to fill in a dropdown and continue

跟風遠走 提交于 2021-01-30 08:56:31
问题 Admittedly still a newbie with automating IE via Excel but would appreciate whatever help anyone can offer with this. Basically, this opens up a webpage, selects a button, fills in 2 dropdowns, enters a value and then presses another button to display what I need. I do have this working using SendKeys with a bunch of {Tabs}, {`}, {Down}, etc but it's rather clunky. I'd rather do this the right way but I can only get to the 1st dropdown, select the value that I need and then it stops. What I'm

Internet Explorer 11 issues: addEventListener not working

落花浮王杯 提交于 2021-01-29 19:13:37
问题 I am trying to add listener event for mouse down on a list of elements. The code works for chrome, but not for IE document.getElementsByClassName('select2-result-selectable').forEach(function(item){ item.addEventListener('mousedown', function(e) { console.log( "User clicked on 'foo.'" ); e.preventDefault();}); }) This works on chrome, but not on IE 11. I tried the following code as well. document.getElementsByClassName('select2-result-selectable').forEach(function(item){ if (item

Excel VBA and HTML DOM: Can't Click Tab

无人久伴 提交于 2021-01-29 17:29:00
问题 In Excel 2003 VBA, I'm trying to browse to this web page... https://www.google.com/finance?q=NYSE%3AWSO&fstype=ii&ei=cy30UrCEI8KKiALOPw ...and click these two tabs on it: - "Balance Sheet" - "Annual Data" Here's what the HTML for those tabs looks like: <a class=t><b class=t><b class=t>Balance Sheet</b></b></a> and <a id=annual class="id-annual nac">Annual Data</a> Finding Annual Data with getElementById, and clicking on it, worked fine. But Balance Sheet has no ID. Using getElementByClass

Excel VBA - Access Website, generate report & press save on IE dialog bar

放肆的年华 提交于 2021-01-29 16:13:09
问题 I have a question regarding a topic that is already discussed in some other threads and forums but I do not manage to make it work for me. So I came here to ask that questions concerning my individual code. Basically, I access an intranet-site and based on some input (via checkboxes) a report is created with data from SAP. My problem arises after the report is generated and IE prompts me to press the "save" button on its dialog box. I do not manage to automate that part. Could you help me

Angular 8 build does not work with IE though serve works fine

不打扰是莪最后的温柔 提交于 2021-01-29 14:32:22
问题 im tried to build my angular 8 app for ie, but it does not work. I followed several tutorials and workarounds how to "fix it". Sadly it only works for ng serve and not for ng buld / ng build --prod . Sources that I have used: Stackoverflow - How do i support internet explorer in an angular 8 application? Angular guide - browser support Medium - How to fix your angular app when its not working in ie11 Note that this only solve it for dev server: ng server and not for production build Now i'm

Detect IE version from Apache, in case of compatibility mode

好久不见. 提交于 2021-01-29 12:59:10
问题 If a webpage is retrieved from a website in the Local intranet zone, IE7 mode is used. -MSDN So that's what happening with us. Client has set the option to "open intranet sites in compatibility mode". So at their place our application loads in IE7 mode. Is there any way by which I can detect whether the client is running his IE in compatible mode? As far as I know if the browser is in compatible mode then it sends IE7 user-agent string to Apache. So I can get that document mode is IE7, but I

Python Selenium Internet explorer not able to find css selector, or xpath

喜你入骨 提交于 2021-01-29 12:00:34
问题 So a little background on this, flask is being run through alwaysup, which keeps flask always up as a windows service. This whole process makes my selenium script start in a different instance not in the local VM. When it's running in that instance, it has the same internet settings and it navigates to the url without any problem. It gets stuck once it needs to start filling out the form, for example. driver.find_element_by_id('ctl00_PlaceHolderMain_CreatePerson_uoc_BasicInfo_grouping

How to toggle 'Use Automatic Configuration script' checkbox in IE settings without clearing the proxy URL?

丶灬走出姿态 提交于 2021-01-29 11:51:02
问题 I need to switch on the proxy to use internet and switch it off for office intranet. Manually it is tiresome. The proxy does not change. How to just toggle the check box using bat file? If the status is enabled it will disable and if disable it will enable. Nothing much. Don't want to clear the proxy string. Just enabling/disabling the checkbox. 回答1: As far as I know, generally, toggle the 'Use Automatic Configuration script' checkbox will not clear the proxy server address. But it might