Search found 13 matches
- Fri Mar 17, 2023 9:03 pm
- Forum: Technical / Scripting
- Topic: Edge equivalent for IEExtractTable
- Replies: 7
- Views: 3429
Re: Edge equivalent for IEExtractTable
Thanks again Dorian, appreciate the due diligence! From the Edge Browser itself, it allows me to manually execute the following from the Dev Tools Console window and it sets the input text readonly fields successfully: document.forms["searchRequestForm"]["startDate"].value="3/19/2023"; I noticed Chr...
- Fri Mar 17, 2023 2:31 pm
- Forum: Technical / Scripting
- Topic: Edge equivalent for IEExtractTable
- Replies: 7
- Views: 3429
Re: Edge equivalent for IEExtractTable
Thanks Dorian, setting the select input via the Option #1 you provided worked perfectly ! However, in the case of the input type "text" readonly fields, I'm unable to set their values to valid date with EdgeSetEelementValue like I did before utilizing IEFormFill. <input type="text" name="startDate" ...
- Thu Mar 16, 2023 11:34 pm
- Forum: Technical / Scripting
- Topic: Edge equivalent for IEExtractTable
- Replies: 7
- Views: 3429
Re: Edge equivalent for IEExtractTable
Thanks for confirming Dorian! Also for IE, macro scheduler had IEFormFill, which I was using to fill in read only input fields like date fields mapped to javascript mini calendars (to avoid manipulating the pop-up window for desired date) as well as dropdown inputs by setting the index of the select...
- Thu Mar 16, 2023 4:17 pm
- Forum: Technical / Scripting
- Topic: Edge equivalent for IEExtractTable
- Replies: 7
- Views: 3429
Edge equivalent for IEExtractTable
Hi, With Microsoft planning on decommissioning IE11 from windows for good, I'm busy trying to convert some existing scripts to use Edge browser instead. I need to Extract a table from the web page to a csv file, which is being done successfully currently via the IEExtractTable command. Is there a si...
- Thu Mar 09, 2023 6:04 pm
- Forum: Technical / Scripting
- Topic: Using xpath to find Nth instance of desired value
- Replies: 4
- Views: 4224
Re: Using xpath to find Nth instance of desired value
This is perfect.
Thanks Gents!!
Thanks Gents!!
- Thu Mar 09, 2023 2:45 pm
- Forum: Technical / Scripting
- Topic: Using xpath to find Nth instance of desired value
- Replies: 4
- Views: 4224
Using xpath to find Nth instance of desired value
Hello, I have the following HTML source snippet yielded on a page after loading with the built-in web browser functions for Edge. <table> <tbody> <tr bgcolor="#AAAAAA"> <tr> <tr> <tr> <tr> <td>Color Digest </td> <td>AgArAQICGQMVBBwTIRQHIwg0GUMURAZTBWQJcwV0AoEDAQ</td> </tr> <tr> <td>Color Digest </td...
- Tue Jan 02, 2007 5:16 pm
- Forum: Technical / Scripting
- Topic: CompareBitmaps> functionality questions
- Replies: 5
- Views: 11271
CompareBitmaps> functionality questions
Hello, http://webconnectionsdev/en/cts/prs/VPI/bellon_right.bmp http://webconnectionsdev/en/cts/prs/VPI/bellon_wrong.bmp http://webconnectionsdev/en/cts/prs/VPI/grouptelecom_right.bmp http://webconnectionsdev/en/cts/prs/VPI/grouptelecom_wrong.bmp I'm having a little bit of an issue with the CompareB...
- Thu Oct 26, 2006 6:13 pm
- Forum: Technical / Scripting
- Topic: Can you use IEAuto.dll to click Radio Buttons & Checkbox
- Replies: 2
- Views: 4948
- Thu Oct 26, 2006 4:13 pm
- Forum: Technical / Scripting
- Topic: Can you use IEAuto.dll to click Radio Buttons & Checkbox
- Replies: 2
- Views: 4948
Can you use IEAuto.dll to click Radio Buttons & Checkbox
Hello support, I was wondering is it possible to click on Radio Buttons using IEAuto.dll library, likewise for Checkboxes For Radio Button, I'm assuming it's ClickTag and ref'ing the index For Checkbox, I'm assuming it's FormFill Are my assumptions correct? If not, please advise how I can go about a...
- Tue Oct 24, 2006 10:53 pm
- Forum: Enhancement Suggestions
- Topic: Is it possible to add this functionlity to IEAuto.dll?
- Replies: 0
- Views: 4802
Is it possible to add this functionlity to IEAuto.dll?
For debugging purposes and for script usage:
Can IEAuto.dll return the instance (integer) that it is CURRENTLY referencing ... as well as the instance handle (window) and optionally the instance handle (window) title (caption)
Thanks.
Can IEAuto.dll return the instance (integer) that it is CURRENTLY referencing ... as well as the instance handle (window) and optionally the instance handle (window) title (caption)
Thanks.
- Tue Oct 24, 2006 12:29 am
- Forum: Technical / Scripting
- Topic: Cannot click on BUTTON in html page using IEAuto.dll
- Replies: 3
- Views: 5689
Hello support, lets try it one more time, this one is final and contains the full source code to be debugged. thanks yet again. First time poster as you can tell, long-time user, GREAT PROGRAM !!! I have the following html page that I'm trying to click a button on using IEAuto.dll through Macro Sche...
- Tue Oct 24, 2006 12:26 am
- Forum: Technical / Scripting
- Topic: Cannot click on BUTTON in html page using IEAuto.dll
- Replies: 3
- Views: 5689
Previous post does not show the full code, this post contains all the necessary code, thanks again. ########################################## HTML Source (test.html, excerpt from original source targeting issue at hand) ########################################## <script> function ShowAlert(){ alert...
- Tue Oct 24, 2006 12:23 am
- Forum: Technical / Scripting
- Topic: Cannot click on BUTTON in html page using IEAuto.dll
- Replies: 3
- Views: 5689
Cannot click on BUTTON in html page using IEAuto.dll
Hello support, First time poster, long-time user, GREAT PROGRAM !!! I have the following html page that I'm trying to click a button on using IEAuto.dll through Macro Scheduler, but I can't seem to get the script to click on the button, please help. ########################################## HTML So...