Finding an JS element through selenium (python)
I'm trying to find a button on a webpage via selenium (on python), and for
some reason I can't seem to locate it - id, name, css and xpath all fail
to find it.
This is the button I'm looking to locate (and later press):
<a onclick="download_data("Phy000CVNF_YEAST", "19");" href="#">Download
data.tar.gz</a>
Any help would be appriciated.
No comments:
Post a Comment