Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/selenium/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Selenium 未找到SVG元素_Selenium_Svg_Rc_Getattribute - Fatal编程技术网

Selenium 未找到SVG元素

Selenium 未找到SVG元素,selenium,svg,rc,getattribute,Selenium,Svg,Rc,Getattribute,我使用selenium RC的getAttribute方法来获取SVG元素的颜色。 HTML代码如下所示: <div style="width: 600px; height: 350px;"> <svg overflow="hidden" width="600" height="350"> <defs/><circle fill="#F0F8F8" fill-opacity="1.0" stroke="black" stroke-opacity="1.0

我使用selenium RC的
getAttribute
方法来获取SVG元素的颜色。 HTML代码如下所示:

<div style="width: 600px; height: 350px;">
<svg overflow="hidden" width="600" height="350">
<defs/><circle fill="#F0F8F8" fill-opacity="1.0" stroke="black" stroke-opacity="1.0" stroke-width="1" r="120" cx="300" cy="175"/><circle fill="#00bb00" fill-opacity="1.0" stroke="black" stroke-opacity="1.0" stroke-width="1" r="30" cx="420" cy="175"/>
</svg></div>
错误:

2014-04-24 08:57:25.888 INFO - Command request: getAttribute[xpath=//table[@id='DashboardView$GraphPanel']//tbody/tr[2]/td/div//‌​[local-name() = 'svg']//[name()='circle'][2]@fill, ] on session 
2014-04-24 08:57:25.909 INFO - Got result: ERROR: Invalid xpath [2]: //table[@id='DashboardView$GraphPanel']//tbody/tr[2]/td/div//[local-name() = 'svg']//[name()='circle'][2] on session 
2014-04-24 08:57:25,910 [main]org.junit.internal.runners.statements.FailOnTimeout: callable terminated == true, isDone == true, isCancelled == false

请发布您收到的错误信息。嗨,Alexey,下面是错误-----------------2014-04-24 08:57:25.888信息-命令请求:getAttribute[xpath=//table[@id='DashboardView$GraphPanel']///tbody/tr[2]/td/div/[local-name()='svg']/[name()='circle'][2]@fill,]会话2014-04-24 08:57:25.909信息-获取结果:错误:无效xpath[2]://table[@id='DashboardView$GraphPanel']//tbody/tr[2]/td/div/[local-name()='svg']/[name()='circle'][2]会话2014-04-24 08:57:25910[main]org.junit.internal.runners.statements.FailOnTimeout:callable terminated==true,isDone==true,isCancelled==false-----------------
2014-04-24 08:57:25.888 INFO - Command request: getAttribute[xpath=//table[@id='DashboardView$GraphPanel']//tbody/tr[2]/td/div//‌​[local-name() = 'svg']//[name()='circle'][2]@fill, ] on session 
2014-04-24 08:57:25.909 INFO - Got result: ERROR: Invalid xpath [2]: //table[@id='DashboardView$GraphPanel']//tbody/tr[2]/td/div//[local-name() = 'svg']//[name()='circle'][2] on session 
2014-04-24 08:57:25,910 [main]org.junit.internal.runners.statements.FailOnTimeout: callable terminated == true, isDone == true, isCancelled == false