mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 18:41:50 +01:00
Reload the page in case fullscreen ads is displayed
This commit is contained in:
@@ -225,7 +225,7 @@ class SeleniumMixin:
|
||||
input_field.send_keys(text)
|
||||
pause()
|
||||
|
||||
def web_open(self, url:str, timeout:float = 10, reload_if_already_open = False) -> None:
|
||||
def web_open(self, url:str, timeout:float = 15, reload_if_already_open = False) -> None:
|
||||
"""
|
||||
:param url: url to open in browser
|
||||
:param timeout: timespan in seconds within the page needs to be loaded
|
||||
|
||||
Reference in New Issue
Block a user