Trying to select link text within a table cell if the desired text is also within the cell
问题 So I have a table cell that contains both text and a link. Now every row in this table has the same text link hyperlink title "[Details]" but the location changes on where it takes you based on which row you are in. For example the cell will look like this: "Text I Want" [Details] I want to be able to go to the correct link based on what text is also within that cell, but am having some issues figuring out how to code that in Python. Once a row in this table is clicked it moves it location in