【发布时间】:2012-11-29 07:44:35
【问题描述】:
如何在iMacros 脚本中插入评论?用什么字符组合来实现呢?
【问题讨论】:
标签: testing automated-tests ui-automation imacros
如何在iMacros 脚本中插入评论?用什么字符组合来实现呢?
【问题讨论】:
标签: testing automated-tests ui-automation imacros
根据http://wiki.imacros.net/'_(Comment)
The single quote character ' indicates a comment.
【讨论】:
您也可以使用 Ctrl + Q 并注释多行。
'type you comment here
'and here as well
【讨论】: