I want to take the data from one website and paste it on another website

Hello friends. First of all, thanks for this awesome software

I have a question. I searched a lot but couldn’t find a solution exactly as I wanted.

I want to take the data from one website and paste it on another website.

However, I did not understand how to do it.
My goal is exactly this:

The source site is a job posting website:

Name of the job posting: The job name written here will be copied. It will copy the ad names of all the ads on the page.

Date of the job posting: The date of the job posting will be copied here. It will copy the date of all postings on the page.

And there will be others. After all the copying process is finished, the target website will open. The titles on the first site will also be on the target site.

Name of the job posting: The correct content copied here will be pasted.
Job posting date: The correct content copied here will be pasted.

If this is possible, could you write me a short code sample according to the example?

Briefly my question: Copy Specific Area> Paste To Specific Area

Very Thanks

You must create a macro with 3 command store, csvsave, csvread

With storetext and csvsave you save data in csv
https://ui.vision/rpa/docs/selenium-ide/storetext
https://ui.vision/rpa/docs/selenium-ide/csvsave

With csvread you read data from csv to paste in prefered site
https://ui.vision/rpa/docs/selenium-ide/csvread

If you use clipboard you can save 1 data for time, I prefer to have a csv with all data stored.

1 Like