I have the coordinates (x, y) of an element in a webpage. How to get the value stored in this element in this position. More specifically, I want to capture the value that appears on the web page in that particular place.
Is there a way to do this with Selenium Python bindings?
source
share