You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!!
The text was updated successfully, but these errors were encountered:
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)
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!!
The text was updated successfully, but these errors were encountered: