Skip to main content
April 14, 2025
Question

Click_record_link

  • April 14, 2025
  • 7 replies
  • 0 views

I am using appian-locust to perform e2e load testing.

When I form.click_record_link(label="Related Actions", locust_request_label="Any")

I encounter following error  msg,

Type of record link and label are found but on different component.

How to solve this kind of problems? Seems we are bound by whatever appian-locust gives us.

    7 replies

    davidj137213
    April 15, 2025

    When usgin locust, you must be care because the labels must be unirque , and the controls must be generated following some rules....

    IN this case, are you sure that you are not using the same label in two different controls? Check not only in your interface but also in nested interfaces 

    April 15, 2025

    Thanks for the advice. Will double check.

    April 15, 2025

    Seems I am try to interact with nested inner interface for that label. That's where the problem occurs. Are there any special way to handle that situation?