Forum Discussion
baxatob
8 years agoCommunity Hero
Hi,
You can map one object using variable to define its wText property:
Now to call the appropriate cell you just need to assign the proper value to wText variable before call.
...or use the Find method:
def get_cell(wText): return Aliases.yourApp.Find( ["JavaFullClassName", "wText"],
["oracle.forms.ui.VTextField", wText], 100 )
- tglazova8 years agoNew Contributor
now I use both: and scripts and project variable in testmap
I was hoping there is a more elegant solution