<!-- begin: following section is used for docu generation - invoker usage -->
<!--Description of single scenario: "Visit page"-->
<!--This scenario is used as base element and later will be inherited by other elements in this file-->
<scenario id="pageScenario" xsi:type="scenario-query-pool">
<!--distributor - how to combine endpoint and query-->
<query-distributor xsi:type="query-distributor-round-robin"/>
<!--invoker - how to send information to endpoint-->
<!--here is example of custom invoker usage-->
<invoker xsi:type="invoker-class" class="${package}.invoker.PageVisitorInvoker"/>
</scenario>
<!-- end: following section is used for docu generation - invoker usage -->