I am able to get texts of experience 1 company details like company name, job title and experience date by using get Text activity.
Same i followed to find the texts of second company experience. But the bot is stopped because experience 1 and 2 elements having classes which are same for both experience sections. Please refer the attached image.
I want to get texts from experience 1 and 2 in the experience list. The bot gets stopped if only one experience in the list when i scrapping data from two experience.
Have used For each ui elements activity. As i preview i could see details in two rows. what activity should i use to get data from it?
In excel, i want to update like this format.
company 1 name | company 1 job title | company 1 exp date | company 1 name | company 1 job title | company 1 exp date
I already used write cell activity to update name, email and phone in column.