Skip to content

4.11.9 - Fix bug with UC Mode and add "is_exact_text_visible()"

Compare
Choose a tag to compare
@mdmintz mdmintz released this 23 Jan 18:21
· 1955 commits to master since this release
c9dd691

Fix bug with UC Mode and add "is_exact_text_visible()"

  • Fix bug with headless UC Mode on Linux
    --> e907c8c
    --> This resolves #1695
    --> (If the Chrome binary was missing, you'll now get a better error message.)
  • Add method: is_exact_text_visible(text, selector)
    --> f8ac198
    --> This resolves #1696
  • Add translations for is_exact_text_visible(text, selector)
    --> 66be4ac

What's Changed

  • Fix bug with UC Mode and add "is_exact_text_visible()" by @mdmintz in #1697

Full Changelog: v4.11.8...v4.11.9