Search found 257 matches

by fightcancer
Mon Nov 25, 2024 3:09 pm
Forum: Technical / Scripting
Topic: Finding an Element in Chrome
Replies: 5
Views: 830

Re: Finding an Element in Chrome

I'm so glad it's over! Ty for the good support--especially on a weekend!
by fightcancer
Mon Nov 25, 2024 5:49 am
Forum: Technical / Scripting
Topic: Finding an Element in Chrome
Replies: 5
Views: 830

Re: Finding an Element in Chrome

Hopefully someone can learn from my mistakes and maybe make use of these SRTs, or offer some tips on my code. SRT>SwitchFrames /* Switch to the frame specified when calling this SRT. Then check the result to make sure it was successful. REQUIRED When calling this SRT, specify both 1) the frame to sw...
by fightcancer
Mon Nov 25, 2024 5:47 am
Forum: Technical / Scripting
Topic: Finding an Element in Chrome
Replies: 5
Views: 830

Re: Finding an Element in Chrome

SRT to search through any number of frames. SRT>SearchFrames /* Search through frame indeces for a particular element. REQUIRED: When calling this SRT, specify: 1) the number of indices to search. 2) the tag type, e.g. INPUT. 3) the attribute type, e.g. id. 4) the attribute value, e.g. 432. 5) wheth...
by fightcancer
Mon Nov 25, 2024 5:44 am
Forum: Technical / Scripting
Topic: Finding an Element in Chrome
Replies: 5
Views: 830

Finding an Element in Chrome

Many of you probably figured out in a couple minutes what took me the entire weekend. For the rest, here's how I wasted 2 full days trying to find a single element. https://i.ibb.co/7XJRhqT/table.jpg I was looking for the element, "CompExports", in Google Chrome. The HTML from Dev Tools is below. (D...
by fightcancer
Sun Nov 24, 2024 7:30 am
Forum: Technical / Scripting
Topic: ChromeFindElements & ChromeGetElementData
Replies: 6
Views: 7163

Re: ChromeFindElements & ChromeGetElementData

There's an undocumented feature (will update docs now) that lets you specify any html attribute, so we could query the innerHTML, or even get the outerHTML:https://www.w3schools.com/jsref/prop_html_innerhtml.asp https://www.w3schools.com/jsref/prop_html_outerhtml.asp Where can I see a list of what ...
by fightcancer
Fri Nov 22, 2024 4:58 pm
Forum: Technical / Scripting
Topic: Chrome and ChromeDriver.exe Version Mismatch
Replies: 2
Views: 576

Chrome and ChromeDriver.exe Version Mismatch

It looks like the newest stable release of Google Chrome is v. 131.0.6778.86. However, there is no such version for ChromeDriver.exe on their site. There is a v. 131.0.6778.85 though.
https://googlechromelabs.github.io/chrome-for-testing/

Is that a problem for Chrome Functions?

Thanks.
by fightcancer
Wed Nov 20, 2024 10:10 pm
Forum: Technical / Scripting
Topic: how to check, if var passed by commandline to MSched exists
Replies: 3
Views: 4552

Re:

JRL wrote:
Tue Mar 27, 2007 1:15 pm
Check out the Assigned> function.
Thanks for this!
by fightcancer
Sat Nov 09, 2024 4:31 am
Forum: Technical / Scripting
Topic: iframes in IE
Replies: 0
Views: 1404

iframes in IE

Where can I read more about iframes in an IE window please?
by fightcancer
Sat Nov 09, 2024 3:10 am
Forum: Scripts and Tips
Topic: Scripting for Iframes Using VBScript
Replies: 4
Views: 9438

Re: Scripting for Iframes Using VBScript

wood.john.david wrote:
Sat Mar 12, 2016 6:22 pm
Attached are some routines....
Where are the attachments please? I'm not seeing them.
by fightcancer
Tue Oct 08, 2024 8:52 pm
Forum: Technical / Scripting
Topic: XLRun
Replies: 2
Views: 1192

Re: XLRun

I haven't. Good idea.
by fightcancer
Tue Oct 08, 2024 2:18 pm
Forum: Technical / Scripting
Topic: XLRun
Replies: 2
Views: 1192

XLRun

FYI, XLRun doesn't work as intended when there are spaces in the macro name.

Does Not Work:
XLRun>xlBook,Excel Addin Macros.xlam!test3

Does Work:
XLRun>xlBook,ExcelAddinMacros.xlam!test3

(This test used 2 different MS Excel Addin files with the filenames above.)
by fightcancer
Tue Oct 08, 2024 12:57 pm
Forum: Technical / Scripting
Topic: More Excel Trouble
Replies: 1
Views: 920

Re: More Excel Trouble

An "Online Repair" of Office 365 (in Windows 10's Control Panel, Programs, Uninstall a program, Microsoft Office 365, Change) seems to have fixed it. I had previously tried "Quick Repair" which did not help. EDIT: After weeks of testing, an "Online Repair" of Office 365 doesn't help at all. The only...
by fightcancer
Tue Oct 08, 2024 2:58 am
Forum: Technical / Scripting
Topic: More Excel Trouble
Replies: 1
Views: 920

More Excel Trouble

XLBOOK=ERR

Code: Select all

Let>file=C:\AMD\test.xlsx
IfFileExists>%file%
  IfWindowOpen>test.xlsx - Excel
    XLGet>%file%,xlBook
    Mdl>xlBook
  EndIf
EndIf
Any suggestions?

The Excel file is brand new and completely blank.
Windows 10, updated Office 365, MS 15.0.25
by fightcancer
Tue Oct 08, 2024 2:56 am
Forum: Technical / Scripting
Topic: Run from Top Bug?
Replies: 5
Views: 2453

Re: Run from Top Bug?

What's the best way to get help with this issue?
Sign up to our newsletter for free automation tips, tricks & discounts