0

テキストエリアがあるとしましょう:`

<body contenteditable="true" class="html-editor portlet portlet-blogs cke_show_borders" spellcheck="false"><p><br type="_moz"></p></body>`

ご覧のとおり、id がないので、class 属性を使用して識別したいと思います。

4

3 に答える 3

1

これを試して

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
于 2014-01-10T07:48:48.620 に答える
0

これを使って :

//body[@class='html-editor portlet portlet-blogs cke_show_borders']
于 2012-12-11T07:10:22.593 に答える
0

テキストフィールドのXpathを見つけ、Xpathを使用してテキストフィールドを識別し、次のコマンドを記述する必要があるセレンIDEを使用する必要があります

type|Xpath of text field | your content 

FF ブラウザーに firepath プラグインをインストールし、firebug、EG を介してテキスト ボックスの xpath を取得できます。//*[@id='search']/div/input

于 2012-12-11T11:00:34.173 に答える