<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
标记内,但没有任何内容返回。我搜索了但我无法找到任何相关信息。