Hey guys,
I need some help. Could you please help me to sort it out?
I’m doing the movie search RPA challenge activity.
After the sentimental analysis of the first part of the first movie review, It should click on either negative or positive button underneath it depending on the review result.
After it should proceed the next part of review of the same movie. And according to the sentimental analysis result, It should click on either negative or positive button underneath that part.
But in my case, for all parts of movie review, the sentimental analysis is working. But the click activity is clicking on the same negative or positive button in all the cases. It’s not automatically scrolling down and not clicking on the appropriate negative or positive button.
@Krishna_C Can you show the Selectors by Opening it in UiExplorer, we can check if there is any attribute which contains the word positive or anything that resembles it. Also What is the JobJ(“lable”) value?
@Krishna_C Do not include the idx and parentID attribute. You can use the aaname attribute and the tag attribute only. Check if it highlights the positive Button after changing. Do the same for the Negative button.
I tried it. It’s highlighting the positive and negative button correctly. But the same issue is there.
It’s clicking on the same positive and negative button for all part of the movie review.
@Krishna_C The result frm the jobJ(“label”) value might be corresponding to it. Use a message box and check if the value and the click corresponds to be the same
@Krishna_C I don’t think the Endpoint is accessible for me , But the method what you have approached is right and I think it Should work. But the Click Activity within the if Condition was not present in the Workflow. So couldn’t confirm the selectors but if the Selectors are modiifed and if you get output from the endpoint, the problem seems to be something else.
@Krishna_C I guess I was able to complete this Challenge. it was working in mine. Check if the Workflow works for you as well. DataScraping.zip (19.2 KB)
In the selector, reviewId i have used for the paragraph which is currently going on. For eg making the sentiment on which para.
So initially i have done Data Scrapping for the same so by the following SS you will get it know that i am retrieving the index from the datatable for that particular paragraph which was getting analyze.
Hope this may help to solve your query
Definetly mark as solution & like it.