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
Add get_active_element_css() to the SeleniumBase API
That method currently only exists through js_utils, but it may be useful to have it be directly usable through the main API. get_active_element_css() returns the CSS Selector for the currently active element.