Open
Description
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.