Git Product home page Git Product logo

Comments (6)

defnngj avatar defnngj commented on August 18, 2024

已增加对应的断言方法。

  • 断言元素是否存在:
self.assertElement(css="#kwasdfasdfa")

如果元素不存在,断言失败。

  • 断言元素是否不存在:
self.assertNotElement(css="#kwasdfasdfa")

如果元素存在,断言失败。

from seldom.

defnngj avatar defnngj commented on August 18, 2024

version 1.10.0 版本已发布!可以再该版本使用这两个方法。

from seldom.

loveshanshan avatar loveshanshan commented on August 18, 2024

image
image
实际上想判断一个PO中的元素不存在,而不是再用例中再去写“css=XXXXX”

from seldom.

loveshanshan avatar loveshanshan commented on August 18, 2024

self.assertNotElement(page_login.input_email, msg="XX元素未消失")
类似于这个使用方式,方便封装一个么,期望常用的定位元素不出现具体用例中,都使用PO中封装好的

from seldom.

loveshanshan avatar loveshanshan commented on August 18, 2024

使用try catch, 暂时解决问题

from seldom.

loveshanshan avatar loveshanshan commented on August 18, 2024

已找到解决办法,谢谢

from seldom.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.