アプリケーションにGWT-CKEditorを使用しています。そして、 seleniumでテストしたいと思います。しかし、セレンでCkeditorのターゲットパラメーターを見つけることができません。Seleniumで見つけることができません。どうすればこれを達成できますか?
前もって感謝します。
これを記録するには、SeleniumIDEで次のコマンドを使用します。
focus | class=html-editor portlet portlet-message-boards cke_show_borders
typeKeys | class=html-editor portlet portlet-message-boards cke_show_borders | Description
上記のコマンドでは、class = html-editorポートレットポートレット-メッセージボードcke_show_bordersは、アプリケーションのそのCKEditorのクラスIDであるため、firebugを使用してGWT-CKEditorクラスIDを確認してください。