John McLear wanted to use sendkeys
to help automate tests on the wicked cool Etherpad (a browser-based collaborative editor) but noted that it wouldn't quite work right. He did the debugging and it turns out that Etherpad uses a content-editable
<iframe>
and sendkeys
would only use the parent document. He and colleagues implemented the necessary changes in bililiteRange and now it works with <iframe>
s.
bililiteRange is now at version 1.2.
Thanks, John!