Part of #277
The adapter reaches past the public API into driver.network.conn,
bidi.network.NetworkEvent and bidi.session.Session. tests/test_bidi.py runs
entirely on fakes, so a selenium upgrade that moves any of them passes CI green
and degrades at runtime. Selenium PR 17761 regenerates that layer from a shared
schema, which makes the move likely rather than hypothetical.
Acceptance criteria
A test, skipped when selenium is absent, asserts those
three imports and attributes resolve on the installed selenium. It runs in
python.yml and fails loudly on a selenium bump that moves them.
Size: S.
Part of #277
The adapter reaches past the public API into
driver.network.conn,bidi.network.NetworkEventandbidi.session.Session.tests/test_bidi.pyrunsentirely on fakes, so a selenium upgrade that moves any of them passes CI green
and degrades at runtime. Selenium PR 17761 regenerates that layer from a shared
schema, which makes the move likely rather than hypothetical.
Acceptance criteria
A test, skipped when selenium is absent, asserts those
three imports and attributes resolve on the installed selenium. It runs in
python.ymland fails loudly on a selenium bump that moves them.Size: S.