twalpole / apparition

Capybara driver for Chrome using CDP
MIT License
363 stars 46 forks source link

Allow #set to pass options to #set_text #11

Closed skyeagle closed 5 years ago

skyeagle commented 5 years ago

Allow #set to pass options for #set_text

In order to be able to pass some options, like an example below:

find('input').set('sometext', clear: :backspace)
twalpole commented 5 years ago

Thanks!