Commit 5cd2df7c by 施晓雨

增加动作注释

parent da5239f4
......@@ -8,6 +8,8 @@ using System.Threading.Tasks;
namespace Kivii.Test.WebDriver
{
[Action("my.jsExecuter","自定义的JS动作")]//这个加了是让服务器端能识别动作的类型和描述
internal class MyJsAction:ActionBase
{
public string Js { get; set; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment