I can't find element, because every time I refresh page, the element id is changed automatically
after refresh "input-19" is changed to any other, such as "input-2566"
how to handle these changes in selenium? to find elements..
P.S. there is about ~20 checkbox'es with a same element. Differs only number after input.


Please use below xpath, with method
containsupdate :
You were missing
(