madingess / EasyApplyBot

Automate LinkedIn Easy Apply job applications and answer application-specific questions.
GNU General Public License v3.0
96 stars 110 forks source link

/Desktop/EasyApplyBot-master/main.py:16: DeprecationWarning: executable_path has been deprecated, #3

Closed logix727 closed 1 year ago

logix727 commented 1 year ago

home//Desktop/EasyApplyBot-master/main.py:16: DeprecationWarning: executable_path has been deprecated, please pass in a Service object driver = webdriver.Chrome(ChromeDriverManager().install(), chrome_options=browser_options) /home//Desktop/EasyApplyBot-master/main.py:16: DeprecationWarning: use options instead of chrome_options driver = webdriver.Chrome(ChromeDriverManager().install(), chrome_options=browser_options)

madingess commented 1 year ago

This looks to be a warning and not impacting application behavior. Nonetheless, it does not appear when I run this locally.

Since there have been a number of issues arise related to varying package and python versions, I added a virtual environment to the project tracking. Will you please try again using the updated Setup & Startup section of the README to see if this issue persists?

logix727 commented 1 year ago

Sure can!

On Wed, Dec 7, 2022, 9:12 PM Michael Dingess @.***> wrote:

This looks to be a warning and not impacting application behavior. Nonetheless, it does not appear when I run this locally.

Since there have been a number of issues arise related to varying package and python versions, I added a virtual environment to the project tracking. Will you please try again using the updated Setup & Startup section of the README https://github.com/madingess/EasyApplyBot/blob/master/README.md#setup--startup to see if this issue persists?

— Reply to this email directly, view it on GitHub https://github.com/madingess/EasyApplyBot/issues/3#issuecomment-1341879692, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEPXCRVVPOVOXV3XO23253LWME7Z3ANCNFSM6AAAAAASXB5R5Q . You are receiving this because you authored the thread.Message ID: @.***>

madingess commented 1 year ago

Closing this. Please reopen if issue persists.