ドキュメントに関しては、これはPythonコード自体から生成できるものです。オンラインExtendeSelenium2Library keyword documentation。
ドキュメントからは、次の表を参考にしました。ご覧のとおり、ロケータrepeater
はここには含まれていないため、エラーメッセージが表示されます。
AngularJSロケータのサポート:repeater
ロケータが別のライブラリでサポートされて
AngularJS Strategy Example Description
---------------------------------------------------------------------------------------------------
model Click Element | model=model_name Matches by AngularJS model name
binding Click Element | binding=binding_name Matches by AngularJS binding name
partial binding Click Element | partial binding=binding_name Matches by partial AngularJS binding name
button Click Element | button=My Button Matches button elements by their button text
partial button Click Element | partial button=y But Matches button elements by their partial button text
options Get WebElements | options=options_descriptor Matches by AngularJS options descriptor
:AngularJSLibrary。それらは混ざっていますか?
'repeater ='に何を期待しますか?認識されたロケータではありません。エラーとはまったく同じです。また、 'Extend2seleniumLlibrary'とは何ですか? Googleの検索では、その名前のものは表示されません。カスタムライブラリですか? –