MCPcopy Create free account
hub / github.com/seleniumbase/SeleniumBase / is_online

Method is_online

seleniumbase/undetected/cdp_driver/tab.py:688–690  ·  view source on GitHub ↗

Determine if connected to the Internet

(self)

Source from the content-addressed store, hash-verified

686 )
687
688 async def is_online(self):
689 """Determine if connected to the Internet"""
690 return await self.evaluate("navigator.onLine")
691
692 async def reload(
693 self,

Callers

nothing calls this directly

Calls 1

evaluateMethod · 0.95

Tested by

no test coverage detected