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!
↧