OK, I am making a template that adds entries to a blacklist and every 10,000 entries it presses SAVE and opens the blacklist again and adds more entries. After, it presses SAVE, I need it to open the exact list it was working on. Currently it is checking for:
https: // www \ .plugrush \ .com / wblists / edit / 41678 \? r
41678 is the list # . As you can imagine, it is opening the same list every time (4167. This is not what I need. I need it to check presence of the list # before it presses SAVE, then add the list # to the URL it will visit in the next step.I can use this to grab the list # and add it to a the variable {-Variable.listnumber-}:
(? <= <H1 \ id = ""> Edit \ List \ \ #). *? (? = </ H1>)
How can I make it so that I can now append this variable to a URL in the next step. Such as:
https: // www \ .plugrush \ .com / wblists / edit / {-Variable.listnumber-}
Thank You !!
https: // www \ .plugrush \ .com / wblists / edit / 41678 \? r
41678 is the list # . As you can imagine, it is opening the same list every time (4167. This is not what I need. I need it to check presence of the list # before it presses SAVE, then add the list # to the URL it will visit in the next step.I can use this to grab the list # and add it to a the variable {-Variable.listnumber-}:
(? <= <H1 \ id = ""> Edit \ List \ \ #). *? (? = </ H1>)
How can I make it so that I can now append this variable to a URL in the next step. Such as:
https: // www \ .plugrush \ .com / wblists / edit / {-Variable.listnumber-}
Thank You !!