Hey, I need the following scenario.
Take a list (google Sheets) of urls, take a screenshot, place it onto the same sheets in the next column.
Can anyone help me?
Thank you so much
Seray
July 9, 2024, 8:15am
2
Hi @merlin.heilemann ,
We’ve received your use case and we’re preparing it; it may take some time. Could you provide a bit more detail about the use case to clarify? In the meantime, you can access many example scenarios and tutorials related to ChatGPT/GSheet from the following links.
To take a screenshot of the entire screen, you can use “Sendkeys SNAPSHOT”
Get your daily schedule from Google Calendar, edit it with ChatGPT, and send it wherever you want. Additionally, you can create daily Jobs and send the schedule at any time you prefer.
Example Scenario:
OpenBrowser Chrome “https://calendar.google.com/calendar ” -Incognito false
Wait Text “Day”
Click Image {SettingIcon}
Wait Text “Print”
Click Text “Print”
Click Text “Print” [2]
Click Button “Save”
Write “C:\Users\Seray\Desktop\Text\calendarexample.pdf”
Click Button “Save”
Click Text “…
You can copy the following steps, create a new scenario, and run it directly. You need to split the screen in half. One side should have the Excel containing the links, and the other side should have the browser where the links will open. In the example, we used the Chrome Browser.
Furthermore, our looping feature is among the future developments; currently, we don’t have this capability. We’ll inform you once it’s available. In the meantime, we’ve set up the scenario to run every minute by sav…
In this scenario, we will
Go to Etsy’s “Most Liked Items” category.
Copy the entire page.
Prepare a prompt for data extraction.
Paste the content into ChatGPT with the prompt.
Copy ChatGPT’s formatted output.
Paste it into Google Sheets.
Pre-Conditions:
Before running the scenario, it’s necessary to define scenario parameters as images on your own screens. You can see how to create an image parameter in this video.
[image]
Example Scenario:
OpenBrowser Chrome “https://www.etsy.com/search…
In this video, we will retrieve questions from Google Sheets, ask them to ChatGPT, and write the results back into Google Sheets. This process can also be applied to Microsoft Excel.
Pre-conditions
- Open the Google Sheet on one side and ChatGPT on another. With U-xer, you don’t need to open a new browser, log in, or solve captchas. It can start working on your screen like a human does.
- Highlight the 1st cell on the Google Sheet at the beginning.
How to do?
Copy and paste the scenario be…
Thanks,
Seray