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
Some classes are not PageObjects, but still need access to the Browser: e.g. Prompt, which serves as a wrapper for Selenium Alerts.
It would be nice if classes like that didn't reference the Browser singleton directly through BrowserResource.getBrowser(), but instead through a getBrowser() method defined centrally, i.e. in a common base class.
The text was updated successfully, but these errors were encountered:
Some classes are not PageObjects, but still need access to the Browser: e.g. Prompt, which serves as a wrapper for Selenium Alerts.
It would be nice if classes like that didn't reference the Browser singleton directly through BrowserResource.getBrowser(), but instead through a getBrowser() method defined centrally, i.e. in a common base class.
The text was updated successfully, but these errors were encountered: