私はattrを取得する必要があります。値componentId
とinteractionstate
からhtmlのJMeterを経由して、XPath抽出プログラムを試してみましたが、できません。JMeterのXPath Extractorによる応答から属性を抽出する方法は?
<html>
<body>
...
<form ...>
<form class="UIForm" id="UINavigationComposer" action="/portal/intranet/home?portal:componentId=d934d0f3-d465-4c1d-880a-45f54b3c48e2&interactionstate=JBPNS_rO0ABXcwAAt1aWNvbXBvbmVudAAAAAEAFFVJTmF2aWdhdGlvbkNvbXBvc2VyAAdfX0VPRl9f&portal:type=action" method="post">
<form ...>
...
</body>
</html>
私は、XPathクエリを使用しよう:
/html/body/[email protected][id=UINavigationComposer]/@action
が、エラーを取得:
Assertion failure message: /html/body/[email protected][id=UINavigationComposer]; => The reference to entity "portal:action" must end with the ';' delimiter.