LoginSignup
0
0

More than 5 years have passed since last update.

Katalon WebUI 整理

Last updated at Posted at 2019-02-18

少しずつ増やします。

WebUI.Click

要素をクリックする。

引数 必須 備考
to TestObject 必須 対象要素
flowControl FailureHandling 任意 失敗した場合に処理を続行するか停止するかを指定する
WebUI.click(findTestObject('Page_CuraHomepage/btn_MakeAppointment'))

WebUI.verifyElementAttributeValue

対象要素の属性値を検証する。

引数 必須 備考
to TestObject 必須 対象要素
attributeName String 必須 検証対象の属性名
attributeValue String 必須 検証対象の属性値
timeout int 必須 タイムアウト時間(秒)
flowControl FailureHandling 任意 失敗した場合に処理を続行するか停止するかを指定する
WebUI.verifyElementAttributeValue(findTestObject('Page_CuraHomepage/btn_MakeAppointment'), 'id', 'btnMakeAppointment', 20)
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0