以下のように3つの異なるウェイを故意にページ上の要素(チェックボックス)の位置を特定するために使用しました。その後、同じ要素をクリックして渡されます。Robot Frameworkとselenium2libraryを使用しているチェックボックスをクリックできません
チェックボックスがクリック要素法では、私はそれだけでチェックボックスをクリックしていますので、が失敗し、選択しなければならないんなぜクリック要素方法は、その後、渡される場合は今、私の質問は!
HTMLのスクリーンショット。
私は様々な戦略を使用して、チェックボックスで複数回、このクリックを試してみましたが、それは毎回失敗します。助けて、いくつかの解決策を提案してください!
コードは、私が書いた:下記のよう
` sleep 2
wait until page contains element id_service_levels_0
wait until element is enabled id=id_service_levels_0
wait until element is enabled id=id_service_levels_0
page should contain element id=id_service_levels_0
click element id=id_service_levels_0
checkbox should be selected id=id_service_levels_0
`
あなたは 'の選択チェックボックスのid = id_service_levels_0'または代わりに' $ {}要素のGet Webelement ID = id_service_levels_0'を試してみましたが、その後、 ''要素$ {要素を}をクリックしたことがありますか? –