Hi,
I've tabbed to a text input field using pnd_selenium and I need to know how to enter a string, does anyone have an example of doing this?
I expect to use
However, I don't see what I put before the string. WebElement As org.openqa.selenium.WebElement.
I've checked and can't see any examples of this being used.
Thanks
I've tabbed to a text input field using pnd_selenium and I need to know how to enter a string, does anyone have an example of doing this?
I expect to use
- WebElementSendKeys (WebElement As org.openqa.selenium.WebElement, Keys As String)
Use this method to simulate typing into an element, which may set its value.
See W3C WebDriver specification for more details.
Params: Keys – character sequence to send to the element
However, I don't see what I put before the string. WebElement As org.openqa.selenium.WebElement.
I've checked and can't see any examples of this being used.
Thanks
Last edited: