标签: python selenium selenium-webdriver webdriver href
当使用@href在HTML中定义超链接时,可以使用find_element_by_XXX.get_attribute()来提取它的URL。
find_element_by_XXX.get_attribute()
在CSS中定义链接时的等价物是什么?
示例:
<input value="Buscar con Google" aria-label="Buscar con Google" name="btnK" jsaction="sf.chk" type="submit">