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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Improvements to Grid capabilities, Safari automation, Shadow-DOM support, and more
Allow more customizations for Grid capabilities:
-- (This lets you set the browser version on Selenium Grids that support it)
Add more browser types for local Selenium Grid nodes.
-- (Opera was added next to Chrome and Firefox)
Better error messages when converting from XPath to CSS Selectors.
-- (Only when there are problems with selector-conversion)
Better compatibility when running automation on Safari.
-- (innerText is used instead of .text / textContent)
-- (This change allows Safari to match the behavior seen on other browsers)
Better compatibility when interacting with Shadow-DOM.
-- (Wait for visible instead of present as needed)