Also have a problem with regex
Trying to solve this captcha:
Oblicz: 9 + 7 = 16 *
My regex is: [\s\S]+([\d+])[\s\S]+ .. but it always gives me only last number which is 6 in this case.
EDIT: Solved
Hello guys. working on a thing that will run many actions inside one website. If at some point the page does not load it give a blanket error message "your content could not be loaded... please reload the page"
How can i make a global while statement so that while this message is on the page to reload current url?