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

Method activate

seleniumbase/undetected/cdp_driver/tab.py:959–961  ·  view source on GitHub ↗

Active this target (Eg: tab, window, page)

(self)

Source from the content-addressed store, hash-verified

957 return await self.set_window_state(left, top, width, height)
958
959 async def activate(self):
960 """Active this target (Eg: tab, window, page)"""
961 await self.send(cdp.target.activate_target(self.target.target_id))
962
963 async def bring_to_front(self):
964 """Alias to self.activate"""

Callers 2

bring_to_frontMethod · 0.95
uc_open_with_cdp_modeFunction · 0.80

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected