You almost got it, try with open("user_agent.txt", "r") as file: user_agent = file.read() print(user_agent) profile = webdriver.
確定! 回上一頁