Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/seleniumbase/SeleniumBase
/ from_options
Method
from_options
seleniumbase/undetected/options.py:75–78 ·
view source on GitHub ↗
(cls, options)
Source
from the content-addressed store, hash-verified
73
74
@classmethod
75
def
from_options(cls, options):
76
o = cls()
77
o.__dict__.update(options.__dict__)
78
return
o
Callers
nothing calls this directly
Calls
1
update
Method · 0.80
Tested by
no test coverage detected