Skip to content

4.3.6 - Fix two separate issues regarding hovering and Safari compatibility

Compare
Choose a tag to compare
@mdmintz mdmintz released this 07 Sep 18:36
· 2539 commits to master since this release
ef39342

Fix two separate issues regarding hovering and Safari compatibility.

  • Fix issue with hovering over elements.
    --> (For when the selector was NOT CSS and NOT XPath: eg. ID, NAME, CLASS, or LINK_TEXT)
    --> (Or when an XPath selector could not be converted into a valid CSS Selector)
    --> This resolves #1501
  • Fix compatibility issues with tests that run on Safari.
    --> (Includes lots of little updates)

What's Changed

  • Fix two separate issues regarding hovering and Safari compatibility by @mdmintz in #1503

Full Changelog: v4.3.5...v4.3.6