driver.findElement(By.xpath("//input[@type="+"checkbox"+"]/following-sibling:://td[contains(text(),"+"template"+"]"))
私のHTMLはこのようなものです
<tr>
<td class="tablecontent">
<input type="checkbox" value="59781" name="templateIds">
</td>`enter code here`
<td class="tablecontent"> test11 </td>
</tr>
org.openqa.selenium.InvalidSelectorException: 指定されたセレクター //input[@type=checkbox]/following-sibling:://td[contains(text(),template] は無効であるか、WebElement になりません。次のエラーが発生しました: InvalidSelectorError: Unable to find an element with xpath expression //input[@type=checkbox]/following-sibling:://td[contains(text(),template] 次のエラーのため: [Exception ... "式は正当な式ではありません。" コード: "12" nsresult: "0x805b0033 (SyntaxError)" 場所: "file:///C:/Users/sanjdash/AppData/Local/Temp/anonymous3529970525380845680webdriver-profile /extensions/fxdriver@googlecode.com/components/driver_component.js Line: 5956"] コマンドの実行時間またはタイムアウト: 72 ミリ秒 このエラーに関するドキュメントについては、次のサイトを参照してください。 http://seleniumhq.org/exceptions/invalid_selector_exception.htmlビルド情報: バージョン: '2.37.0'、リビジョン: 'a7c61cbd68657e133ae96672cf995890bad2ee42'、時間: '2013-10-18 09:51:02'