我们如何识别具有
的表元素 xmlns:soap="http://url"
。
我尝试了以下解决方案,但没有成功:
driver.findElement(By.xpath("//table[namespace-uri()='http://**url**'][@class = 'selected']"));
这是 HTML代码:
<table xmlns:soap="schemas.xml***********a" xmlns:html="www.***********" cellspacing="0" cellpadding="0" style="width: 100%; height: 203px; table-layout: fixed;" objecttype="testenvironment" id="table_TestEnvironments" sort_col="name" sort_order="ascending" height="203px">