0
from selenium import webdriver
from selenium.webdriver.common.by import By
from selenium.webdriver.common.keys import Keys
from selenium.webdriver.support.ui import WebDriverWait
from selenium.webdriver.support.expected_conditions import presence_of_element_located

driver = webdriver.Firefox()
driver.switch_to.new_window('tab')
driver.get('https://www.fbla-pbl.org/fbla-topics/')

the title says it all im really stuck Ive never worked with selenium so I know next to nothing any information would be extremly helpful

code and error

gen_Eric
  • 223,194
  • 41
  • 299
  • 337
  • 4
    Show the full traceback of the error as properly formatted text in the question, not as image or external link. – Michael Butscher Dec 02 '21 at 20:51
  • This appears to be a duplicate of: https://stackoverflow.com/questions/58198636/running-selenium-without-gui-status-code-64 – jsfehler Dec 02 '21 at 21:04

0 Answers0