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
For now importing selenium library allows to set import arguments like:
timeout, implicit_wait, run_on_failure, screenshot_root_directory, plugins, and event_firing_webdriver
Adding default_attributes which will be passed to ElementFinder could allow use other attributes for elements finding, other than default @name and @id. (without creating plugin). Reason is data-something attributes are often used in web app development as labels for automation.