MCPcopy Create free account
hub / github.com/seleniumbase/SeleniumBase / raw_drag_and_drop.py

File raw_drag_and_drop.py

examples/cdp_mode/raw_drag_and_drop.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from seleniumbase import SB
2
3with SB(uc=True, test=True, incognito=True) as sb:
4 sb.activate_cdp_mode()

Callers

nothing calls this directly

Calls 12

SBFunction · 0.90
gui_drag_and_dropMethod · 0.80
gui_drag_drop_pointsMethod · 0.80
activate_cdp_modeMethod · 0.45
gotoMethod · 0.45
assert_elementMethod · 0.45
sleepMethod · 0.45
switch_to_frameMethod · 0.45
scroll_to_topMethod · 0.45

Tested by

no test coverage detected