Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
In webdriver, which of the following commands retrieves the text of html element?
Home
Selenium
In webdriver, which of the following commands retrieves the text of html element?
0
votes
asked
Jan 30, 2020
in
Selenium
by
Deepanshu Burreja
In webdriver, which of the following commands retrieves the text of html element?
a) selectText()
b) getText()
c) getElementText()
d) getText(WebElement)
#selenium
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 31, 2020
by
SakshiSharma
getElementText()
...