I’m asking to fully understand the sceanario you want to run. Do you want to click on the first image on the site and then scroll? Could you please clarify exactly what you want to do in the final step?
RunCommand is used to open a file on your computer.
Example: RunCommand “notepad.exe” “test.txt” Description: Opens the ‘test.txt’ file in Notepad on Windows.
Example: RunCommand “open” “-a Notes” Description: Launches the Notes application on Mac.
Example: RunCommand ‘“D:\Quality Museum\U-xer\Other\My Spread Sheet.xlsx”’ -useshell true Description: Open a specific Excel file on your computer. If there is a space in the path, enclose the entire path in a this exact quotation mark structure → ‘“here is my path’”
You can do this only in code editor mode.
Check out the documentation below, There are many example scenarios and videos that I believe could be useful to you.
So the run was going to be find top rated products (use for any category), get sold quantity, get price point, get description. to then place on a list for google doc. yes the scroll was to click on the image, I wanted to get a clear shot of the image for no confusion. Thanks a ton !