In a constantly updated listbox, I have to select the first tile each time.
This list will be constantly updated and I have to regularly click on the first option.
WebDriverWait(driver,30).until(EC.element_to_be_clickable((By.CLASS_NAME,"dual-listbox__available"))).click()
I can't get a response from your code.