You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
469 B
15 lines
469 B
from .archive import archiver
|
|
from ..types import Conversation
|
|
from .common import SELENIUM_EXCEPTIONS, logger, click_button
|
|
from selenium.webdriver.common.by import By
|
|
from selenium.webdriver.support import expected_conditions as EC
|
|
from selenium.webdriver.support.ui import WebDriverWait
|
|
|
|
LOG = logger(__name__)
|
|
|
|
def delete_comments(driver):
|
|
"""
|
|
Remove all conversations within a specified range
|
|
"""
|
|
|
|
driver.get("https://www.facebook.com/messages/t/"
|
|
|