Airtest IDE 自动化测试4—断言存在(assert_exists)和断言不存在(assert_not_exists)
摘要:
前言 Airtest IDE 提供了四种快捷断言的方式 assert_exists 断言存在 assert_not_exists 断言不存在 assert_equal 断言相等 assert_not_equal 断言不相等 断言存在(assert_exists) assert_exists(*arg 阅读全文
posted @ 2022-08-29 11:57 louis_w 阅读(668) 评论(0) 推荐(0)