D
D
Denis99992015-12-25 19:54:08
Python
Denis9999, 2015-12-25 19:54:08

What does this message mean in Python Selenium?

At first, the program was able to easily select elements on the site, but over time it stopped working and a notification began to pop up, due to the command:

t = driver.find_element_by_xpath(".//*[@id='header']/div/div/div/nav/ul/li[5]/a")

Notification:
<selenium.webdriver.remote.webelement.WebElement (session="20e86134-70bd-48fc-93
fb-dea581db1ce9", element="{7620c0da-7136-4247-b017-070b938d2eee}")>

What does it mean?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Roman Kitaev, 2015-12-25
@deliro

In general, this is the repr of the found element.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question