ドロップダウン メニューから値を選択しようとしていますが、ほとんどのページは Javascript (Document.write を使用) です。
これらの要素を HTML で行われたかのように参照することはできますか? 私は従来の方法を試しましたが、うまくいかないようです。
すなわち。( selenium.select("name=entitySelect", "value=02"); )
document.write("<td width='50px' class='topnavi_text'>" + "Select </td>" +
"<td><select name='entitySelect' class='textfieldfontwithoutwidth2' onChange='changeEntity()'>");
実際に参照する ID もありません。