ROBOT 框架异常处理
ROBOT Framework Exception Handling
如何在ROBOT关键字中使用运行关键字并忽略错误,请举例说明
我尝试使用 将元素滚动到视图中进行滚动 /html/body/section/div[3]/div
它正确地滚动到那个点,但它显示它失败并抛出错误 movetargetoutofboundsexception: message: move target out of bounds ,为了处理这个我尝试使用运行 关键字和忽略错误 但不知道如何在代码中编写此问题,请通过示例帮助解决此问题
它应该像这样工作:
Run Keyword And Ignore Error Scroll Element Into View /html/body/section/div[3]/div
如何在ROBOT关键字中使用运行关键字并忽略错误,请举例说明
我尝试使用 将元素滚动到视图中进行滚动 /html/body/section/div[3]/div
它正确地滚动到那个点,但它显示它失败并抛出错误 movetargetoutofboundsexception: message: move target out of bounds ,为了处理这个我尝试使用运行 关键字和忽略错误 但不知道如何在代码中编写此问题,请通过示例帮助解决此问题
它应该像这样工作:
Run Keyword And Ignore Error Scroll Element Into View /html/body/section/div[3]/div