So I need to pull the XPath of an element for some code and can't find a way to pull it using
Comment = find_element_by_link_text(str(Comments))
CommentXPath = Comment.???
So I need to pull the XPath of an element for some code and can't find a way to pull it using
Comment = find_element_by_link_text(str(Comments))
CommentXPath = Comment.???