問題タブ [tosca]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
3 に答える
1163 参照

automation - TOSCAを使ったパテの自動化

パテの自動化にTOSCAを使用しています。TOSCAでコマンド入力したいし、検索結果も確認したい。取り組んだことのある方がいらっしゃいましたら、お力添えをお願いいたします。前もって感謝します。

0 投票する
1 に答える
1928 参照

xml - Tosca XML リソース - アクション「XML ノード」に対して複数のコントロールが見つかりました

コンテキスト: XML とデータ テーブルの比較を自動化しようとしています

XML 構造:

最初のステップは機能しています。テーブルの行数をカウントしています.2としましょう。このカウントをバッファリングしています= 2

2 番目のステップ 最初の mtmGlItem を読み取り、次に 2 番目を読み取ることを期待して、ステップ 1 のバッファーに基づいて XML 読み取りをループしています。

エラーメッセージが表示されます:

mtmGlItem > アクション mtmGlitem に対して複数のコントロールが見つかりました。

tosca がどの mtmGlitem を読み取ればよいかわからないことは理解していますが、この問題を解決する方法がわかりません。

どんな助けでも大歓迎です。前もって感謝します。

0 投票する
1 に答える
2097 参照

html - TOSCA - trying to steer table column inner html elements

I have a table scanned, in this table the last column for all the rows are links, I will put the general structure of the html down below. The thing is that when I am steering I can only access the column (tag td), but I can't get to the link (tag a) it self. If I use the action "X input" on the td tag it tells me the field doesn't have input defined and "{clicks}" also doesn't work because Tosca doesn't detect the element in the correct position in the browser. I also tried to scan a link (tag a) in the module definition and tried to put a dynamic xpath with a buffer that indicates the parent tag tr number that I need, but that doesn't work either. Does anyone know a workaround for this?