我希望能够找到包含以下内容的链接:hello,Hello,hEllo,heLlo等.到目前为止,我使用的find_elements_by_partial_link_text是casse敏感:
find_elements_by_partial_link_text
links = driver.find_elements_by_partial_link_text('hello')
python selenium selenium-webdriver
python ×1
selenium ×1
selenium-webdriver ×1