I am trying to click 'akceptuj wszystkie' button in facebook: screenshot of window
I tried to click it by actions but there is error unable to locate alement:
selenium.common.exceptions.NoSuchElementException: Message: no such element: Unable to locate element: {"method":"css selector","selector":"._42ft _4jy0 _9o-t _4jy3 _4jy1 selected _51sy"}
I tried by switch to window but there is error:
driver.switch_to_window(driver.window_handles[1]) IndexError: list index out of range
how can I click this button, any ideas?