Answer the question
In order to leave comments, you need to log in
How to get a link using selenium?
The site plays streaming video. How to get a link to this video through Selenium?
Answer the question
In order to leave comments, you need to log in
Ships are sailing across the sky, how old is the crocodile ...
Where are the specifics. examples of what they tried to do, what did not work, errors, screenshots, etc.
Questions also need to be asked.
Example
from selenium import webdriver
driver = webdriver.Firefox()
driver.get('http://jsfiddle.net/9pKMU/show/')
for a in driver.find_elements_by_xpath('.//span[contains(text(), "Author")]/a'):
print(a.get_attribute('href'))
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question