LearnBoost / soda

Selenium Node.JS adapter
http://labs.learnboost.com
464 stars 43 forks source link

Fixed how toggling of table row visibility works #62

Closed kusold closed 7 years ago

kusold commented 10 years ago

Currently when you visit the api docs, all table rows are hidden and the user needs to know to open up the console and do a $('tr').show() to view the docs. This prevents that while trying to maintain what I interpreted as the original expected behavior.