detecting which cutom search to do

This commit is contained in:
piair 2024-04-26 11:51:50 +02:00
parent ee6ec458fc
commit 43793d2c2c
1 changed files with 2 additions and 0 deletions

2
V6.py
View File

@ -265,6 +265,8 @@ def all_cards():
if not checked:
continue
details = findall("data-bi-id\"([^\"]+)\"", card_list[i].get_attribute("innerHTML"))
info(details)
custom_sleep(1.5)
check_welcome_tour()
driver.execute_script("arguments[0].scrollIntoView();", card_list[i])