- Code: Select all
TAG POS=1 TYPE=DIV ATTR=ID:helpfulFAE8DAED-C703-E011-A438-A4BADB212A79
TAG POS=1 TYPE=DIV ATTR=ID:helpfulAABF231C-C703-E011-A438-A4BADB212A79
TAG POS=1 TYPE=DIV ATTR=ID:helpful97EB0116-C703-E011-A438-A4BADB212A79
I went ahead and tried the following, but it clicked the first button every single time instead of moving on to the next button. So the real question then is, how can I make it click every single button on the page, starting with helpful, using wild cards? I want it to search the page for all possible scenarios and click each button.
- Code: Select all
TAG POS=1 TYPE=DIV ATTR=ID:helpful*
TAG POS=1 TYPE=DIV ATTR=ID:helpful*
TAG POS=1 TYPE=DIV ATTR=ID:helpful*
Thanks for any help you can offer. It's really appreciated.