Webdriver / Selenium(Python):如何查找没有@href的链接的URL

时间:2015-06-26 02:19:58

标签: python selenium selenium-webdriver webdriver href

当使用@href在HTML中定义超链接时,可以使用find_element_by_XXX.get_attribute()来提取它的URL。

在CSS中定义链接时的等价物是什么?

示例:

<input value="Buscar con Google" aria-label="Buscar con Google" name="btnK" jsaction="sf.chk" type="submit">

0 个答案:

没有答案