We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d259be1 commit 836b58cCopy full SHA for 836b58c
src/Selenium2Library/keywords/_element.py
@@ -228,6 +228,13 @@ def get_value(self, locator):
228
See `introduction` for details about locating elements.
229
"""
230
return self._get_value(locator)
231
+
232
+ def get_text(self, locator):
233
+ """Returns the text value of element identified by `locator`.
234
235
+ See `introduction` for details about locating elements.
236
+ """
237
+ return self._get_text(locator)
238
239
def get_vertical_position(self, locator):
240
"""Returns vertical position of element identified by `locator`.
0 commit comments