【发布时间】:2018-05-25 21:24:47
【问题描述】:
我正在尝试创建一个拖放对象,但我没有为嵌套在 svg 标签内的图像创建对象。 Katalon 能找到 svg 标签吗?
我可以在我的网络应用程序上找到图像,但当它嵌套在 svg 标记中时就不行。
<svg class="enyo-svg image" id="application_mainView_FileViewerPanel_control16_projectView1_Frame"
preserveAspectRatio="none" version="1.1"xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" style="width: 532.7px; height: 355.13px;">
<image id="application_mainView_FileViewerPanel_control16_projectView1_Image"
xlink:href="assets/images/projects/centroCivico.svg" x="0" y="0"
width="100%" height="100%" preserveAspectRatio="xMidYMid meet" style=""></image></svg>
【问题讨论】:
-
你需要找到一个输入类型字段来发送文件。
-
我不确定你的意思
-
请在页面源中搜索输入类型字段。您应该将文件传递给该字段。
标签: html testing svg ui-testing katalon-studio