DeprecationWarning with selenium/geckodriver
Advertisements What does the DeprecationWarning mean? Also it seems like if i delete the "elem" functions it kind of works but when the chrome tab opens with the link it immediatelly closes again from selenium import webdriver from selenium.webdriver.common.keys import Keys import pyautogui import unittest import time class PythonOrgSearch(unittest.TestCase): def setUp(self): self.driver = webdriver.Chrome( executable_path=r’C:\Users\iwanh\Desktop\Geckodriver\geckodriver.exe’)… Read More DeprecationWarning with selenium/geckodriver