gpt4 book ai didi

Karate UI 下拉处理

转载 作者:行者123 更新时间:2023-12-04 10:01:35 27 4
gpt4 key购买 nike

所以我很确定我做错了什么,但它发生了。

我正在尝试实现 Karate UI 以按下下拉菜单,然后从该下拉菜单中选择一个元素。

  Scenario: go to manual entitlement
Given driver 'url'
* waitForText('body', 'Commuted value')
When waitFor('#event-dropdown').click()
And select('select[id=event-dropdown]', 'Disability')
And def checkBox = waitUntil('#chkbox_pen_label0')
Then match text(checkBox) == 'Some text'

HTML 如下所示
HTML

非常感谢我能得到的任何帮助。

最佳答案

我认为这应该有效,请参阅文档:https://github.com/intuit/karate/tree/master/karate-core#select

And select('#event-dropdown', '{}Disability')

关于 Karate UI 下拉处理,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61798732/

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