Search found 257 matches
- 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!
- 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...
- 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...
- 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...
- 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 ...
- Fri Nov 22, 2024 7:06 pm
- Forum: Technical / Scripting
- Topic: Chrome and ChromeDriver.exe Version Mismatch
- Replies: 2
- Views: 576
- 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.
https://googlechromelabs.github.io/chrome-for-testing/
Is that a problem for Chrome Functions?
Thanks.
- 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
- 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?
- 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
Where are the attachments please? I'm not seeing them.
- Tue Oct 08, 2024 8:52 pm
- Forum: Technical / Scripting
- Topic: XLRun
- Replies: 2
- Views: 1192
Re: XLRun
I haven't. Good idea.
- 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.)
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.)
- 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...
- Tue Oct 08, 2024 2:58 am
- Forum: Technical / Scripting
- Topic: More Excel Trouble
- Replies: 1
- Views: 920
More Excel Trouble
XLBOOK=ERR
Any suggestions?
The Excel file is brand new and completely blank.
Windows 10, updated Office 365, MS 15.0.25
Code: Select all
Let>file=C:\AMD\test.xlsx
IfFileExists>%file%
IfWindowOpen>test.xlsx - Excel
XLGet>%file%,xlBook
Mdl>xlBook
EndIf
EndIf
The Excel file is brand new and completely blank.
Windows 10, updated Office 365, MS 15.0.25
- 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?