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

Method _node_method

splash/qtrender_lua.py:1694–1696  ·  view source on GitHub ↗
(self, method_name, *args)

Source from the content-addressed store, hash-verified

1692 setattr(cls, method_name, call_method)
1693
1694 def _node_method(self, method_name, *args):
1695 result = self.element.node_method(method_name)(*args)
1696 return self.splash.expose_html_elements(result)
1697
1698 def _node_property(self, property_name):
1699 result = self.element.node_property(property_name)

Callers 1

call_methodMethod · 0.80

Calls 2

node_methodMethod · 0.80
expose_html_elementsMethod · 0.80

Tested by

no test coverage detected