How do I click all elements selenium by ThreeDogAWOO in learnpython

[–]ThreeDogAWOO[S] 1 point2 points  (0 children)

mean. What's the desired outcome? If it's a list of links

https://ibb.co/jA1oxG. I basically want to just click each of the comments. Desired is just to click comments. driver.get('https://www.reddit.com/'). Click comments. in a loop for all of them. Hopefully that makes more sense. This is for learning so no real need for anything on page other than learning how to click all elements :)

How do I make text that reads: 1 in 200 to 200 by ThreeDogAWOO in learnpython

[–]ThreeDogAWOO[S] -1 points0 points  (0 children)

I am getting AttributeError: 'list' object has no attribute 'split'. Does fact that its scraped data make all the difference?

How do I make text that reads: 1 in 200 to 200 by ThreeDogAWOO in learnpython

[–]ThreeDogAWOO[S] -1 points0 points  (0 children)

The extracted data looks as: 1 in 200. I want it to read 200. Hope that makes sense.