MCPcopy
hub / github.com/scrapinghub/splash / _request_html

Method _request_html

splash/tests/test_render.py:1158–1159  ·  view source on GitHub ↗
(self, splash, params)

Source from the content-addressed store, hash-verified

1156
1157class DisabledEnginesTest(BaseRenderTest):
1158 def _request_html(self, splash, params):
1159 return requests.get(splash.url('render.html'), params=params, timeout=3.0)
1160
1161 def test_browser_engines_webkit_disabled(self):
1162 with SplashServer(extra_args=['--browser-engines', 'chromium']) as splash:

Calls 2

getMethod · 0.45
urlMethod · 0.45

Tested by

no test coverage detected