kgress / scaffold

A Java based Selenium WebDriver abstraction
MIT License
4 stars 7 forks source link

Cannot send keyboard actions through sendKeys(String key) #26

Closed kgress closed 4 years ago

kgress commented 4 years ago

Bug

Users are unable to send keyboard actions through the current sendKeys(String key) function because the parameter is a String instead of a CharSequence.

Expected

Add an additional sendKeys(CharSequence ...keys) function to support sending keyboard actions. Users should be able to text or actions.