gpt4 book ai didi

javascript - 我如何使用 Jasmine 通过 id 检查元素是否存在?

转载 作者:可可西里 更新时间:2023-11-01 01:16:32 26 4
gpt4 key购买 nike

我如何使用 jasmine 通过 id 简单地检查页面上是否存在元素?

我检查了 matchers , toExist() 似乎不能解决这个问题。

这是我尝试过的:

1. expect(by.id('my-id')).not.toExist();

2. expect($(document)).not.toContain($(#my-id));

你能帮忙吗?

最佳答案

使用 Protractor v1.x(没有 angularjs-jasmine-matchers):

expect(element(by.id('my-id')).isPresent()).toBe(true);

关于javascript - 我如何使用 Jasmine 通过 id 检查元素是否存在?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24864952/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com