You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So far the session types ChromeBrowserSession and ChromePageSession were classes, which makes it more difficult to maintain regarding backwards compatiblity. By using interfaces instead and making classes internal, it's easier to keep a clean and lean public-facing API, and allows for further evolution.
The text was updated successfully, but these errors were encountered:
So far the session types
ChromeBrowserSession
andChromePageSession
were classes, which makes it more difficult to maintain regarding backwards compatiblity. By using interfaces instead and making classes internal, it's easier to keep a clean and lean public-facing API, and allows for further evolution.The text was updated successfully, but these errors were encountered: