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
With the recent addition of the page load timeout [#1535] and the action chain delay [#1768] parameters along with the upcoming addition of waiting for expected conditions [#1827] and getters for the timeout settings [#1825], I raised up the question of whether or not we have to many library import arguments. In the same light as the way multiple timeout settings may be inquired, could we make the timeout / timing / delay attributes a single argument, maybe as a dictionary, that can be passed to the library import.
The text was updated successfully, but these errors were encountered:
With the recent addition of the page load timeout [#1535] and the action chain delay [#1768] parameters along with the upcoming addition of waiting for expected conditions [#1827] and getters for the timeout settings [#1825], I raised up the question of whether or not we have to many library import arguments. In the same light as the way multiple timeout settings may be inquired, could we make the timeout / timing / delay attributes a single argument, maybe as a dictionary, that can be passed to the library import.
The text was updated successfully, but these errors were encountered: