.. _f-faqweb: module ``faq.faq_web`` ====================== Short summary +++++++++++++ module ``ensae_teaching_cs.faq.faq_web`` A few functions about scrapping :githublink:`%|py|7` Functions +++++++++ +-------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------+ | function | truncated documentation | +=====================================================================================+==========================================================================================================================+ | :func:`_get_selenium_browser ` | Returns the associated driver with some custom settings. The function automatically gets chromedriver if not present ... | +-------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------+ | :func:`webhtml ` | Uses the module `selenium `_ to retrieve the html content of a website. | +-------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------+ | :func:`webshot ` | Uses the module :epkg:`selenium` to take a picture of a website. If url and img are lists, the function goes ... | +-------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: ensae_teaching_cs.faq.faq_web :members: :special-members: __init__ :show-inheritance: