Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-01-04 06:55:34 +03:00
parent a2aee39c5a
commit c2c113b244

View File

@ -823,6 +823,14 @@ var BrowserPrototype = {
// // // //
// // This is useful for opening traversable elements both on // // This is useful for opening traversable elements both on
// // pressing Enter or Left keys... // // pressing Enter or Left keys...
// //
// // This is equivalent to:
// // make(...)
// // .attr('push-on-open', 'on')
// // or:
// // make(...)
// // .on('open', function(){ browser.push(this) })
// //
// push_on_open: <bool>, // push_on_open: <bool>,
// //
// // element button spec... // // element button spec...