This my code:
mins = WebDriverWait(browser, 30).until(EC.visibility_of_element_located((By.NAME, "yt_min")))
browser.execute_script("arguments[0].setAttribute('value', '20');", mins)
I want it to change it to the random number in the specified range instead of 20, I know the randint method but I don't know how to approach it since it's the string