0 votes
in Selenium by
In webdriver, which of the following commands retrieves the text of  html element?

a) selectText()

b) getText()

c) getElementText()

d) getText(WebElement)

1 Answer

0 votes
by

getElementText()

...