xuzhengyi1995/Manga_downloader

Message: no such element: Unable to locate element: {"method":"css selector","selector":"[id="pageSliderCounter"]"}

Closed this issue · 1 comments

macOS 12.4 (M1), Python 3.9

I encountered
Message: no such element: Unable to locate element: {"method":"css selector","selector":"[id="pageSliderCounter"]"}

I've tried to downgrade my chrome version to 99 or 109, not using 110. Then no matter what the chrome version is, it still failed by the above error (since #136 makes me failed to use chrome 110)

Is it the update in BW site? Could anyone help for this?

Thanks!!

I solved my problem like this:
driver.find_element(By.CSS_SELECTOR, '.swal2-confirm.swal2-styled').click() # click "確定"
\# go to the MANGA_URL page again
driver.set_window_size(RES[0], RES[1])
driver.get(MANGA_URL)

This is the same problem as here: #116