EX: if an element has the class 123 then I want the program to do something when it changes to abc
Right now I'm using a while loop which everybody knows is the least efficient thing to use in the scenario. This is my first time using Selenium
EX: if an element has the class 123 then I want the program to do something when it changes to abc
Right now I'm using a while loop which everybody knows is the least efficient thing to use in the scenario. This is my first time using Selenium