vk and reddit should work without credentials but log the error

This commit is contained in:
msramalho
2025-06-10 16:44:14 +01:00
parent 22bd8727df
commit fdbe96f2e4
2 changed files with 2 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ class RedditDropin(Dropin):
self.sb.open(url)
return True
@logger.catch
def _login(self):
self.sb.click_link_text("Log in")
self.sb.wait_for_ready_state_complete()

View File

@@ -37,6 +37,7 @@ class VkDropin(Dropin):
self.sb.open(url)
return True
@logger.catch
def _login(self) -> bool:
# TODO: test method
self.sb.open("https://vk.com")