How to get the total number of elements in a HTML with Selenium WebDriver and Autohotkey?
问题 I am trying to get the total number of items in an HTML page by a given class. I am using Selenium and Autohotkey to do it I've searched a lot of this topic but haven't found my particular solution Most of suggestions and answers I researched included solutions but for Java or other language, not for Autohotkey (Although they have similar structures in this case) Using this code to work with: <html> <body> <div id="pancakes"> <button class="button">Blueberry</button><br><br> <button class=