Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/seleniumbase/SeleniumBase
/ raw_login_context.py
File
raw_login_context.py
examples/raw_login_context.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
from
seleniumbase
import
DriverContext
2
3
with
DriverContext()
as
driver:
4
driver.goto(
"seleniumbase.io/simple/login"
)
Callers
nothing calls this directly
Calls
9
DriverContext
Class · 0.90
goto
Method · 0.45
type
Method · 0.45
click
Method · 0.45
assert_exact_text
Method · 0.45
assert_element
Method · 0.45
highlight
Method · 0.45
click_link
Method · 0.45
assert_text
Method · 0.45
Tested by
no test coverage detected