from bs4 import BeautifulSoup
import requests
from selenium import webdriver
from selenium.webdriver.firefox.firefox_binary import FirefoxBinary
from selenium.webdriver.common.desired_capabilities import DesiredCapabilities
import time
from selenium.webdriver.common.keys import Keys
import datetime as dt
import urllib.parse
I ran this orders.. and I've got these warning.. What should I do?
C:\Users\jinwoo\AppData\Local\Temp/ipykernel_5340/2973355007.py:2: DeprecationWarning: executable_path has been deprecated, please pass in a Service object browser=webdriver.Firefox(executable_path='C:/Users/jinwoo/geckodriver.exe',firefox_binary=binary) C:\Users\jinwoo\AppData\Local\Temp/ipykernel_5340/2973355007.py:2: DeprecationWarning: firefox_binary has been deprecated, please pass in a Service object browser=webdriver.Firefox(executable_path='C:/Users/jinwoo/geckodriver.exe',firefox_binary=binary