简体   繁体   English

是否可以在 g1ant 中创建二维数组?

[英]Is it possible to create 2D array in g1ant?

I have worked on lists in g1ant but lists are 1D array, now I want to work on 2D array but I don't know how to do that it g1ant.我曾在 g1ant 中处理过列表,但列表是一维数组,现在我想处理二维数组,但我不知道如何在 g1ant 中进行操作。 Is there any way of doing it?有什么办法吗?

At the current state of G1ANT, it is not possible to create a 2D array as a g1ant structure.在 G1ANT 的当前 state 中,无法将 2D 数组创建为 g1ant 结构。 Although you can use C# snippets in which it is possible to create 2D arrays and operate on them.尽管您可以使用 C# 片段,其中可以创建 2D arrays 并对其进行操作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 g1ant:未实现方法长度()的jsonpath - g1ant: jsonpath with method length() not implemented G1ANT studio 的插件菜单中未显示自定义插件 - Custom addon not displayed in the addons menu in G1ANT studio 使用 G1ANT 打开 Chrome 时出现“元素不可见”错误 - 'Element not visible' error when opening Chrome with G1ANT 如何使用 G1ANT 中称为“环境”的功能保存到不同的驱动器? - How to save to different drive using feature called 'environment' in G1ANT? 使用G1ANT机械手无法在UI-Windows树上单击指定的元素 - Cannot click on specified element on UI-Windows Tree using G1ANT Robot 如何使 G1ANT 中的触发器每 3 分钟运行一次,但如果它处于进程中间,则让它完成它? - How to make the trigger in G1ANT run every 3 minutes but if its in the middle of a process then let it complete it? 如何打印不同索引长度的2D数组? - How to print a 2D array of different index lengths? 是否有可能在 G1ANT.Studio 中运行并行脚本 - Is there a possibilty to run parallel scripts in G1ANT.Studio 从CSV文件自动创建图表的工具(在ANT中) - Tool to create automatically charts from CSV files (in ANT) 是否可以自动获取网页的一部分的屏幕截图(例如,由CSS选择器或HTML父元素表示)? - Is it possible to automate taking a screenshot of a portion of a Web page (e.g., denoted by a CSS selector or HTML parent element)?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM