It has some detailed actions in it but doesnt need to mention, Because, I think there is a problem with datascraping.
The project executes and ends without any problem but when I control the excel file, it is empty.
On the Forum, I havent seen a lot of topics related to this issue, just under one question, I saw, a friend mention about an issue of Linkedin datascraping , he says linkedin will block if it detects any kind of automation.
That might be true, because when I debug it, at Datascraping, doesnt show me anything.
I put message box after it whether to see any info, nothing happened, no messaagebox I got.
But the interesting thing is as I said above, the project completed itself without any error.
And creates empty excel file.
How it passes messagebox activity and continues?
So, Could you help me what should I do, where and how to look?
Don’t use the ember id’s they are randomised every time the page loads. Best to use the CSS selectors. Open in UI Explorer and update your selectors their, then validate them before saving them.
@whity
Use wildcards * in parentid or any other dynamic attribute values buddy…that could take any value changing from time to time
To find the dynamic attribute do it manually two-time on the same page so that you will get two selectors…you can compare that and get to know the difference…