Quantcast
Channel: Active questions tagged html - Stack Overflow
Viewing all articles
Browse latest Browse all 72358

Selenium can't click the button of a webpage python

$
0
0

I am trying to click a vote button on a webpage. I can navigate the page with my python code and click on a radio button. The vote button is not declared as a "button" or "input" element in the HTML code. I am really unsure of how to have Selenium navigate to it and click on it. The button itself does not link to a web address. I have tried tabbing to it and then hitting enter but it tabs over the button itself. I can provide further HTML and any other supplementary information. A picture of the HTML is below!

HTML Code of the button


Viewing all articles
Browse latest Browse all 72358

Trending Articles