M
M
Maxim Rezvanov2017-05-09 17:12:07
Python
Maxim Rezvanov, 2017-05-09 17:12:07

How to execute JavaScript from Python?

You need to parse a dynamic page. The data is translated into display: table when the button is clicked. How to click on a button from python3 and parse this page? selenium not suggest...

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dmitry, 2017-05-09
@LazyTalent

See what request is being executed when the button is clicked and play it back in Python.
Also, it often happens that this data is in the html code of the page, for example:

<script>
blablabla = {json};
</script>

S
someart, 2017-05-09
@someart

phantomjs see

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question