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
Module Variable - Data Driven
Re: Module Variable - Data Driven
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:
https://www.w3schools.com/tags/tryit.as ... tml_select
Hope this helps
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