Hello everyone,
I was hoping you could help me out in some issues i have encountered.
New into this whole scheme but i am trying to build a simple web-bot in python for addmefast but i am currently STUCK on the step where the bot is supposed to
click on the Like button inside addmefast.
I keep getting the same results
Part of the code that gets stuck :
Note:i spaced the addmefast link because i am not allowed to post links.
Any help would be greatly appreciated
I was hoping you could help me out in some issues i have encountered.
New into this whole scheme but i am trying to build a simple web-bot in python for addmefast but i am currently STUCK on the step where the bot is supposed to
click on the Like button inside addmefast.
I keep getting the same results
Code:
Likebutton = driver.find_elements_by_css_selector("single_like_button.btn3-wrap > div.btn3").click()
AttributeError: 'list' object has no attribute 'click'
Part of the code that gets stuck :
Code:
driver.implicitly_wait(4)
YTlikespage = driver.get("h t t p : / / addmefast . com/free_points/youtube_likes")
Likebutton = driver.find_elements_by_css_selector("single_like_button.btn3-wrap > div.btn3").click()
Note:i spaced the addmefast link because i am not allowed to post links.
Any help would be greatly appreciated