in a web scraping project I wanted to collect some data from https://www.businesstimes.com.sg and wanted to login into this. I couldn\'t figure out how to click the login button (check the image below
from selenium import webdriver from selenium.webdriver.common.by import By from selenium.webdr开发者_Go百科iver.support.ui import WebDriverWait as wait