Python selenium element question

Asked 2 years ago, Updated 2 years ago, 35 views

From find_element_by_partial_link_text

What is the partial link text?

I know xpath, selector, id, etc, but I'm curious about that.

python selenium

2022-09-22 08:30

1 Answers

The ability to import elements with specific values in the hyperlink address. Receive the href attribute value of the tag a, and if any, get the element.

It would be nice to refer to the official document below.

https://selenium-python.readthedocs.io/locating-elements.html


2022-09-22 08:30

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.