GoogleChromeLabs / chromium-bidi

Implementation of WebDriver BiDi for Chromium
https://googlechromelabs.github.io/chromium-bidi/
Apache License 2.0
90 stars 30 forks source link

refactor: move methods around #2380

Closed Lightning00Blade closed 3 months ago

Lightning00Blade commented 3 months ago

This PR, just moves some methods to getters and consolidates them at the top. Also removes some unnecessary assert, the required ones are on the correct level now.