48045/there-any-way-get-size-height-and-width-textbox-using-selenium
@Nick, you can use following lines of code to get the size of a textbox on a webpage using Selenium Webdriver:
driver.findElement(By.xpath(“xpath_textbox”)).getSize().getWidth(); driver.findElement(By.xpath(“xpath_textbox”)).getSize().getHeight();
use gettext() in java : string lableText = ...READ MORE
Hi Jessica, you can try these lines ...READ MORE
Hi Jasmine, you can verify an error ...READ MORE
You can use the document.evaluate: Evaluates an XPath ...READ MORE
The better way to handle this element ...READ MORE
enable trusted connection in internet explorer by ...READ MORE
To Allow or Block the notification, access using Selenium and you have to ...READ MORE
xpath are two types. 1) Absolute XPath: /html/b ...READ MORE
Hello Sunaina, Gecko driver is required to ...READ MORE
Hey Ushma, you can use following code ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.