CSS Locator with contains() InvalidSelectorException using Selenium WebDriver

后端 未结 3 909
情深已故
情深已故 2021-02-04 16:17

I am learning Selenium Webdriver and trying to write a simple test script.

The intent is to get the About Google link on

3条回答
  •  忘掉有多难
    2021-02-04 16:59

    CssSelector does not work in scripting but it works in selenium IDE.

    It's also not good to work on sites like gmail.

提交回复
热议问题