start new:
tmux
start new with session name:
tmux new -s myname
Picking the right architecture = Picking the right battles + Managing trade-offs
| # First install Chrome, and the Selenium driver | |
| # Next, download and save the MetaMask CRX (there are plenty of guides on how to do this) | |
| from selenium import webdriver | |
| from webdriver_manager.chrome import ChromeDriverManager | |
| from selenium.webdriver.chrome.options import Options | |
| from selenium.webdriver.common.by import By | |
| from selenium.webdriver.common.keys import Keys | |
| import time |