I'm getting this error.. #TypeError: 'list' object is not callable
@shefalishetty62633 жыл бұрын
same here
@viktorbukarev23712 жыл бұрын
Nice Bro!!! it is working !!!
@r4c_h3ll3 жыл бұрын
my for loop over .find_element_by_xpath() keep returning "TypeError: 'WebElement' object is not iterable" --> any thoughts?
@karthikBethi3 жыл бұрын
Convert to iterator itseems
@r4c_h3ll3 жыл бұрын
@@karthikBethi This is tricky: selenium has .find_element and .find_elements by xpath: in hurry se just ser the first option with the ide suggestions! Find element Returns a single non iterable object
@r4c_h3ll3 жыл бұрын
@@karthikBethi This is tricky: selenium has .find_element and .find_elements by xpath: in hurry i just set the first option with the ide suggestions! Find element Returns a single non iterable object
@jorgegonzalez-ec5fl3 жыл бұрын
@@r4c_h3ll You took me out of my struggle! thank you for your comment!!!
@muhammadbilalkhan3198 Жыл бұрын
@@r4c_h3ll Thanks. Your comment really helped me.
@sudheerboyalla40613 жыл бұрын
doing automation in python when i open bookmyshow then moving slides are click one bye one till the last element found using selenium can u help me
@AjayKumar-gt6ex3 жыл бұрын
bro how to click on elements with same xpath and same name
@justasking82172 жыл бұрын
css selector
@snagendra54153 жыл бұрын
how to do , if i want to click one by one drop down list values
@leonp2540 Жыл бұрын
Hello, I have the same question. Did you find out how to do this? Thank you in advance.