Module Variable - Data Driven

Ask general questions here.
Akshay_Kumar
Posts: 1
Joined: Fri May 10, 2019 7:04 am

Module Variable - Data Driven

Post by Akshay_Kumar » Fri May 10, 2019 7:20 am

Dear Team,

We have got the license and lately we started exploring Ranorex features.
I came across data driving drop down values by making it as repository variable from recording and I was able to do that.
I want to know how to make drop down values data driven by module variables from the code modules.
Please help me on the same.

Regards,
AKshay Kumar

Vega
Posts: 222
Joined: Tue Jan 17, 2023 7:50 pm

Re: Module Variable - Data Driven

Post by Vega » Fri May 10, 2019 8:55 pm

Are you talking about a select tag drop down? If so, using the W3 schools example, you can data drive the selection by using a set value step:
forum1.png
Make sure you are setting the value for the right attribute, in this case it was TagValue. You can use Spy to determine which value needs to be set. If needed, I included the W3 Schools example below:

https://www.w3schools.com/tags/tryit.as ... tml_select

Hope this helps
You do not have the required permissions to view the files attached to this post.