I am trying to get a list of all the text related to the URL. in the webpage The code in the Ctrl+Shift+I gives me this:
<sr-cell-name name="Otto Kraf" url="/ark:/61903/1:1:Q247-6VCC" relationship="Principal" collection-name="New York, New York City, Police Census, 1890"></sr-cell-name>
There is a list of 20 names such as Otto Kraf on the page, and I want to make a list of the URLs that relate to each name.
I tried driver_get_element_by(xpath, name, css_selecter, and xpath)
but none seem to find the URL.
Snapshot of the HTML: