If you have multiple browser threads then you can add a date column in database for each account. When some action is finished then you can add 30 minutes to the date now and add it to the database of that particular account. Then add a check condition in the beginning of the thread which checks if the current date is less or greater than the database date. If it is greater that means there is still time left and then close that thread without opening browser.
Page changes css and xpath after every load.
-
Im trying to create an account creater but the page changes css and xpath id of text boxes (like account name and password, age, etc) every time i load. I could use Match, but its the same for 2 different text boxes "insert password" and "repeat password". I could also use just the location to click on the text box, but with fingerprint switcher the resolution changes and so does the coordinates.
My question is how can i click on 2 seperate text poxes if their element selector "Match" is the same, and i cant use css and xpath. Ist there a better way? -
@genadijs34 Yes, use the manual..
>MATCH>match1>AT>0 >MATCH>match1>AT>1 -
@genadijs34 Can also use alternative css selectors https://www.youtube.com/watch?v=5ktCtp6jsI0