my Python program retrieves an html doc containing a link that looks like:
[href="" onclick="return somefunc('someid')"]
where somefunc is embedded in the html doc downloaded
How can my program "click" in such link and get the new html doc.?
Tx
my Python program retrieves an html doc containing a link that looks like:
[href="" onclick="return somefunc('someid')"]
where somefunc is embedded in the html doc downloaded
How can my program "click" in such link and get the new html doc.?
Tx
You would have to find a way to emulate somefunc, I think.
Jeff
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.