Selenium Python Tutorial - Handling Checkboxes

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Hi Rahul, Thanks for the tutorial. It is awesome. Could you please tell how to select multiple checkboxes?

amritharavikumar
Автор

Hi i am using below code :
items =
print(len(items))
for item in items:
item.click()


but its not working...even length of li is coming as 0.

TheNishi
welcome to shbcf.ru