如何在机器人框架中创建用于输入数据的数组

发布于 2025-02-10 07:06:39 字数 494 浏览 2 评论 0原文

如何在机器人框架中默认表中的输入数据创建数组

应该是这样..,

“在此处输入图像说明”

之后,单击添加设备,然后给出了一些输入。

现在将创建这样的行。

我如何将输入作为此表的数组。

任何人都试图解决这个问题,

谢谢..!

How to create an array for input Data In ROBOT FRAMEWORK

By default table should be like this..,

enter image description here

After that, click Add Device, then some input I given.

Now rows will be Created like this..
enter image description here

How can I give input as arrays for this table.

Anyone try to solve this problem

Thank you..!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

初心 2025-02-17 07:06:39

***变量***

@{array List} | 1 | 3 | 4 | 5 | 6

您可以在那里使用此参考
喜欢:

${ARRAY LIST}[0]          #1
${ARRAY LIST}[1]          #3
${ARRAY LIST}[2]          #4

您会这样输出

*** Variables ***

@{ARRAY LIST} | 1 | 3 | 4 | 5 | 6

you can use this reference there,
like:

${ARRAY LIST}[0]          #1
${ARRAY LIST}[1]          #3
${ARRAY LIST}[2]          #4

you will get output like this

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文