webdriver.py 文件源码

python
阅读 21 收藏 0 点赞 0 评论 0

项目:ShuoshuoMonitor 作者: aploium 项目源码 文件源码
def find_element_by_partial_link_text(self, link_text):
        """
        Finds an element by a partial match of its link text.

        :Args:
         - link_text: The text of the element to partially match on.

        :Usage:
            driver.find_element_by_partial_link_text('Sign')
        """
        return self.find_element(by=By.PARTIAL_LINK_TEXT, value=link_text)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号