Skip to content

Add support for the ":contains()" selector

Compare
Choose a tag to compare
@mdmintz mdmintz released this 05 Sep 02:47
· 5076 commits to master since this release
00a181d

Add support for the :contains() selector

  • Add method: convert_css_to_xpath(CSS)
  • Update the XPath-to-CSS converter
  • Update Python dependencies:
    -- setuptools>=50.2.0;python_version>="3.5"
    -- cssselect==1.1.0
    -- traitlets==5.0.3;python_version>="3.7"