WDIO中框架集内元素的GetText?

时间:2017-08-03 08:43:09

标签: selenium-webdriver webdriver-io

如果我转到https://www.retailmortgages.secure.barclays.com/MS/?SAL=66004并尝试访问该页面上的该p标记,则会收到以下错误:

The resource you requested is no longer available or the specified user no longer has access to it

这是我的WDIO代码:

    browser
        .url('https://www.retailmortgages.secure.barclays.com/MS/?SAL=66004')
        .frame(0);

    console.log($('p').getText());

我正在使用Chrome。

有没有办法访问该p? Selenium能够通过鼠标和键盘访问人类可以使用的任何吗?

1 个答案:

答案 0 :(得分:1)

这是您在图片上看到的<p>标记的内容。 你得到了屏幕上显示的内容。

ptag text