So I know this is probably SIMPLE but I'm stuck...
So let's say I'm on a site like EBay or Amazon and I'm looking through pages of items I want to store in an array to look at later. I may view something close to 500 pages and want to store 200 of them for instance.
For my purposes, I want to copy and send the URLs of the pages I like to an array that I will export to Excel when I'm finished.
I'm trying to avoid the process of copying in one program and pasting to another. I'd like to hit a hotkey to store the URL to the Array and keep moving until finished.
NOTES:
1) I'm using a work computer and I CANNOT use EdgeBrowser or ChromeBrowser commands on my computer. Each time I do this the computer opens a new session and requests that I log in to the session.
2) I want the URLs. I do not want to use a screenshot based workaround.
This is a script I wrote based on a post I found in the forums here that looked close to what I'm trying to do, but I don't believe I tailored it correctly and it's not returning anything in the array.
Code: Select all
Let>LastValue=
Press ALT
wait 0.01
Send d
wait 0.01
Release ALT
wait 0.01
Press CTRL
wait 0.01
Send c
wait 0.01
Release CTRL
Wait 0.01
Press Esc
Label>UpdateLastValue
Let>LastValue=%LastValue%;%NewValue%
wait 0.1
MDL>%LastValue%