getAttribute(' value')在Protractor中返回null

时间:2017-06-15 16:51:48

标签: javascript selenium protractor

<input type="email" name="email" class="auth0-lock-input" placeholder="yours@example.com" autocomplete="off" autocapitalize="off" value="">

在此input中,我可以使用value填充电子邮件sendKeys,我确信这是因为expect...toEqual返回true

但是当我尝试获取值时,getAttribute('value')会返回null。我甚至使用了then函数,但仍然没有。我还尝试getText(),因为input位于div标记内,但没有任何内容返回。我搜索了但我无法找到任何相关信息。

0 个答案:

没有答案