Answer the question
In order to leave comments, you need to log in
How to convert loop to string?
I wanted to make the variable s change to 5 each time, and the transition would go to the next page. But it opens page 1 all the time
And for some reason the cycle does not end
i = 1
s = str(i)
while i < 5:
driver.get("https://site.ru/index.php?all=" + s)
driver.quit();
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question