webreplayscenario1.xml

来自「an automated software testing tool for W」· XML 代码 · 共 17 行

XML
17
字号
<?xml version="1.0" encoding="Windows-1252"?>
<!-- $Id: WebReplayScenario1.xml 11 2005-06-13 09:31:09Z wpc0756\Emmanuel $ -->
<!-- Copyright 2005 Emmanuel KARTMANN (emmanuel@kartmann.org) -->
<web_replay>
  <scenario>
    <!-- Search something in codeproject -->
    <step>
      <action type="navigate" url="http://www.codeproject.com" />
    </step>
    <step>
      <action type="control" name="target" event="set_value" value="WebReplay" />
      <!-- This field is unnamed; but it has a specific value attribute -->
      <action type="control" name="" value="Go" event="click" />
    </step>
  </scenario>
</web_replay>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?