How to test non-standard drop down lists through a crawler using Selenium and Python
问题 I am in a university project building a cralwer for webpages. Now I encountered testing dropdown lists in webpage. Specifically, the following page does not use the standard "dropdown" class. https://www.mirrorfiction.com/zh-Hant/book/406 I have difficulties implementing a decision procedure to tell whether there are dropdowns in the webpage and whether the dropdowns have been dropped down. The programmers seem to use a class called btnGa or something alike. I cannot google that. I have no