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
In Leadfoot 2.0.x, leadfoot-specific values in the desiredCapabilities object, such as brokenMouseEvents, are sent to Selenium but not maintained afterwords, at least not by all versions of Selenium or WebDrivers. This means that if a user specifies brokenMouseEvents: true as a capability, it will likely be ignored. Ideally, if a user passes in such a capability, leadfoot should add it to the final capabilities list.
Possibly this should be done through a leadfoot object in the capabilities list so that leadfoot can separate capabilities requested of leadfoot from those requested of the webdriver/selenium.
The text was updated successfully, but these errors were encountered:
In Leadfoot 2.0.x, leadfoot-specific values in the desiredCapabilities object, such as
brokenMouseEvents
, are sent to Selenium but not maintained afterwords, at least not by all versions of Selenium or WebDrivers. This means that if a user specifiesbrokenMouseEvents: true
as a capability, it will likely be ignored. Ideally, if a user passes in such a capability, leadfoot should add it to the final capabilities list.Possibly this should be done through a
leadfoot
object in the capabilities list so that leadfoot can separate capabilities requested of leadfoot from those requested of the webdriver/selenium.The text was updated successfully, but these errors were encountered: