Hello. I solved that part. But right now I have different problem. I want to get " Country of origin" part. But selector doesn’t recognize it when I write “*” for country to be able to get country. Do you have any suggestion for that?
For instance “Stolen Kisses (1968) - IMDb” in here, I want to get France. But for other film, it can be US.
→ You can use the Extract Datatable activity to extract the pattern data as Datatable.
→ Use for each row in datatable activity to iterate the Extracted Datatable.
→ Inside for each insert the assign activity and create a variable called Movie name.
→ After assign activity use the click activity, indicate the movie name when indicating check the Strict selector and uncheck the fuzzy selector, image and computer vision.
→ After indicating, open the Ui explorer and find the proper Attribute which contains the Movie name, replace that name with the variable and validate.
After doing this development the bot will extract the data and loop through then it will click on each movie.
After click activity, use the other processes to move forward.
Hello. I can get country right now. My only problem is I want to write countries row by row. To do that I did this but program writes every country to same row. I don’t understand why.
Counter doesn’t increase.