Skip to content

0.1.0

Compare
Choose a tag to compare
@inquilabee inquilabee released this 27 Oct 16:02
· 29 commits to main since this release

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? Use tab.driver object is access the browsr/driver and use accordingly