RobotFramework_Run Keyword If

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了RobotFramework_Run Keyword If相关的知识,希望对你有一定的参考价值。

参考技术A 1. run keyword if 组合条件用法:

AND  和 OR  必须全部小些 ,否者无法识别(You should use small caps "or" and "and" instead of OR and AND.)

And beware also the spaces/tabs between keywords and arguments (you need at least two spaces)

但是不能留超过四个 空格,否者robot 会认为  and/or 为 keyword

正确的写法:

2. run keyword if    '$color' in ['Red', 'Blue', 'Pink']

类似方法也可使用

3. run keyword if      condition    run keywords    组合实现满足条件的多种action

模板的认识

<!doctype html>

<html>

  <head>  //头部内容给浏览器看

    <meta charset="utf-8">  //charset 是编码格式 utf-8 是国际编码

    <meta name="Author" content="yzd">//告诉搜索引擎你站点的作者

    <meta name="Keywords" content="web 课程一">//告诉搜索引擎你网页的关键词

    <meta name="Description" content="网页描述">//告诉搜索引擎你网页的描述

  </head>

  <body>//body部分为网页的可视化区域

  </body>

</html>

/*

以上是关于RobotFramework_Run Keyword If的主要内容,如果未能解决你的问题,请参考以下文章

python中的相似词分组

将嵌套列表写入 CSV (Python)

JQuery第一章js 上机+课后

Hibernate Search:如何正确使用通配符?

Unity2017程序化天空Shader实现

jquery中对地址中的中文进行encodeURI编码