
I have a scenario where we have a standard indexing screen where fields are enabled/disabled for each customer as they require them. Ideally I want to have a code module which can dynamically index the boxes based on whether they are enabled/disabled by using a data driven excel spreadsheet with the repo elements being passed in as variables. This seems to work apart from the fact that adapters cannot be variables as shown here
how-to-force-ranorex-adapter-to-be-used ... 11876.html
Its notes here that using a * as an adapter rather than passing the adapter in but I'm unclear as to how this actually works.
On a broader note is this a good solution or is there better way of going about it? really want the repo items to be data driven to save having multiple recording modules for the different configurations of index screen
I've attached a snapshot, & screenshots of my code module an data driven info
again any advice would be appreciated