Hello,
I need to call javascript function with my SplashRequest.
This javascript I need to execute before page is render
How should I code my SplashRequest?
I need to call javascript function with my SplashRequest.
This javascript I need to execute before page is render
<a href="#" onclick="submitCreateReservation('ypsForm:j_id205','O-0-0-0');">option</a>How should I code my SplashRequest?
yield SplashRequest(
'http://example.com',
endpoint='render.html',
args={'js_source': 'document.title="My Title";'})
