I am trying to get the tag text content in html page by using Selenium methods, but it seems method someElement.getText() is not available in Python.
Any help, please?
Here's traceback:
AttributeError: 'WebElement' object has no attribute 'getText'