v3.4.2
Release date: 2026-03-28
Fixed
ShadowDriverWrappernow correctly receives static methods of its driver type — previously methods from the first session's driver were inherited and not overriddenget_driver_instancecache key changed from driver instance to driver type — prevents cache misses on every new driver object
Changed
_set_staticguard stores the configured class instead ofTrue— allows re-configuration when driver type changes_set_staticuses_framework_attrssnapshot instead of full MRO scan — protects only original framework methods, not previously set driver-specific ones