当前位置:网站首页>Katalon framework testing web (XVIII) framework operation

Katalon framework testing web (XVIII) framework operation

2022-06-22 00:12:00 Spinach in spring

Switch To Default Content

After some processing frame After the element , Switch back to the default window .

ParamParam TypeMandatoryDescription
flowControlFailureHandlingOptional Specify failure handling mode , To determine whether execution should be allowed to continue or stop .

 Switch To Frame

Switch the current context to iframe in .

ParamParam TypeMandatoryDescription
toTestObjectRequired Express web Elements .
timeOut IntegerRequired The maximum time the system waits for the result to be returned ( In seconds )
flowControlFailureHandlingOptional Specify failure handling mode , To determine whether execution should be allowed to continue or stop .

  return

  • true  If the current context switches to iframe.

  • false  If the current context is not switched to iframe

原网站

版权声明
本文为[Spinach in spring]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/173/202206212223353480.html