テキストエリアがあるとしましょう:`
<body contenteditable="true" class="html-editor portlet portlet-blogs cke_show_borders" spellcheck="false"><p><br type="_moz"></p></body>`
ご覧のとおり、id がないので、class 属性を使用して識別したいと思います。
テキストエリアがあるとしましょう:`
<body contenteditable="true" class="html-editor portlet portlet-blogs cke_show_borders" spellcheck="false"><p><br type="_moz"></p></body>`
ご覧のとおり、id がないので、class 属性を使用して識別したいと思います。
これを試して
css=tag.class
tag=HTML tage of the element
class=class of the element
type this in target
css=body.html-editor portlet portlet-blogs cke_show_borders
これを使って :
//body[@class='html-editor portlet portlet-blogs cke_show_borders']
テキストフィールドのXpathを見つけ、Xpathを使用してテキストフィールドを識別し、次のコマンドを記述する必要があるセレンIDEを使用する必要があります
type|Xpath of text field | your content
FF ブラウザーに firepath プラグインをインストールし、firebug、EG を介してテキスト ボックスの xpath を取得できます。//*[@id='search']/div/input