Both of the current SendKeysKeyword classes should contain a method signature of:
sendKeys(TestObject to, FailureHandling flowControl, java.lang.CharSequence... keysToSend)
This would reflect how webdriver does it, and would accept both a string of characters (obviously), but also a org.openqa.selenium.Keys
argument.
This is in attempt to resolve the following issue:
9 Likes