page.locator("button[data-e2e='like-icon']").click()
⚠️ Most original TikTokApi is dead — look for active forks with “x-bogus” fixes. auto like tiktok github fix
of their "Like" buttons to break bots. You often need to inspect the TikTok web page, find the new element name, and update the script's configuration. ChromeDriver Mismatch : If you are using a Selenium-based bot, ensure your ChromeDriver find the new element name
options = Options() options.add_argument("--disable-blink-features=AutomationControlled") options.add_experimental_option("excludeSwitches", ["enable-automation"]) options.add_experimental_option('useAutomationExtension', False) auto like tiktok github fix