A
A
artem_aramma2020-02-03 15:00:56
Python
artem_aramma, 2020-02-03 15:00:56

How to get the site code after clicking on the button (Selenium) for further parsing?

Hello. For example, I clicked on a button on a website (SELENIUM) and some HTML code was generated on it. To further parse the page using BeatifulSoup, I need to get the html of the site with the loaded material after clicking on the button.
How can I check this?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Skid330, 2020-02-03
@Skid330

htmlsource = driver.page_source

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question