Good day, I am kid trying to code himself a login script with Pycharm. Im using Selenium Chrome webdriver. So far i have these lines of code. I cannot proceed futher because as soon as I open the web page I get notifications and I do not know how to handle it. There are answers i have gone through but they do not help me
from selenium import webdriver
browser = webdriver.Chrome('C:\\Users\\User\\Documents\\P.W\\Projects\\pythonProject2\\chromedriver')
browser.get('https://www.binary.com/en/home.html?account_tabs=binary_options&market_tabs=binary')
As soon as that opens I get the pop up. please help