Python Forum

Full Version: Path to the desired value
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi I try to read text from path:
browser.find_element_by_xpath("//table[@class=' example display cell-border records_list']/tbody/tr/td[5]").text
but have empty string.

The value I need is circled in Attachments:
[attachment=1183]
Can somebody help me with this?
what is the URL?
What have you done to debug the problem? You at least need to try something. For example, have you tried building up the path bit by bit to see if it returns what you expect?