Download Presentation, Automation Code and Test Cases = tinyurl.com/SeleniumWebElementMethods Selenium PDF Book: tinyurl.com/Part-1-Selenium-WebDriver Java PDF Book: tinyurl.com/Part-1-Java-4-Selenium All Paperback & eBooks: tinyurl.com/Rex-Allen-Jones-Books Increase Video Quality: Settings > Quality > Select HD CC Font Size: Settings > Subtitles/CC > Options > Font Size Turn CC On or Off: Click CC
@le5055 жыл бұрын
Hey brother, thanks for the presentation. my code is unable to read the comment “getText”. Is there a package that we have to import in order for the code to understand this command?
@RexJonesII4 жыл бұрын
Hey brother, Selenium WebDriver is the only package we need to use getText or getAttribute
@ManishYadav-in7ml4 жыл бұрын
Thanks Rex 👍
@RexJonesII4 жыл бұрын
You're Welcome @Manish
@stellaadekunle97343 жыл бұрын
Thank you Rex....
@RexJonesII3 жыл бұрын
You're Welcome Stella
@balastark23973 жыл бұрын
How to use getText in appium?
@RexJonesII3 жыл бұрын
Here's an example MobileElement element = (MobileElement) driver.findElementByClassName("SomeClassName"); String elText = element.getText();