I am using Selenium through python, I want a code that does the following: keeps refreshing a certain web page until a chosen element changes its text, when the element's text changes I want my script to start working and if the text doesn't change I want it to keep refreshing the page until that happens.
Thanks