Hello!
I’ve been working on the Assignment 2 and Dispatcher part, while the process run successfully all the way through it captures/scraps data only from pages 2,4,6,8,10,12 and 14… skipping other pages and I am dumbfounded on why this happens - granted still learning, but can’t place the problem since it has no errors.
this is the selector that performs the click activity:
webctrl aaname=’" + in_TransactionItem + "’ tag=‘LI’ /
and this one detects current page:
webctrl aaname=’" + in_TransactionItem + "’ tag=‘A’ class=‘page-numbers current’ /
Attached is the dispatcher project. Let me know if I can provide more information here.
Thanks (990.7 KB)