0.1.0
First Release.
- easy management of different tabs
- switching to a tab is super easy
- know if a tab is active or alive
- closing a tab is easy as
browser.close_tab(tab_object)
- Several (built-in) functions
tab.infinite_scroll()
tab.scroll()
tab.scroll_to_bottom()
tab.click(element_on_page)
tab.switch()
to focus on tab i.e. make it the active tab
- Can't find a way to use usual
selenium
methods? Usetab.driver
object is access the browsr/driver and use accordingly