0

「id」のないボタンでクリック アクションを実行するにはどうすればよいですか。

<a class="ui-button altbuttonfix" onclick="mojarra.jsfcljs(document.getElementById('productionreporttoolbar-productionReportToolBarForm'),{'productionreporttoolbar-productionReportToolBarForm-j_idt43':'productionreporttoolbar-productionReportToolBarForm-j_idt43','userId':'11448','reportName':'','statementName':'productionReport.productionReport','token':'','productionReportId':'1000274'},'report');return false" style="" href="#">
      View

classタイプです。どんな助けでも大歓迎です。ありがとうございました。

4

2 に答える 2

0

クラス値を使用しないのはなぜですか? 私はそれを常にロケーターとして使用しています:

Webdriver driver = new FirefoxDriver();
WebElement e = driver.findElement(By.className("ui-button altbuttonfix"));
e.click();
于 2013-04-10T15:41:22.920 に答える
0

この場合、クラスを使用してこのボタンを識別できます。

css=a.ui-button.altbuttonfix
于 2016-07-22T00:34:41.273 に答える