Rasukarusan / shellnium

:dizzy: Selenium Webdriver for Bash (or Zsh).
https://shellnium-site.vercel.app
MIT License
173 stars 21 forks source link

new function get_page_source #17

Closed fabriciocybershell closed 1 year ago

fabriciocybershell commented 1 year ago

simple feature to get complete html code from the page, allow you to parsers the content with regular expressions and other methods.

Rasukarusan commented 1 year ago

@fabriciocaetano thanks! good PR!