zhen_jane
6 years agoNew Contributor
JavaFx TableView wValue not recognized
Maybe my project wasn't setup properly, my test couldn't seem to find the wRowcount, wValue, wItems these properties which I needed to iterate through a JavaFx tableview.
I went to set up Defau...
- 6 years ago
The table you're working with is likely a custom control. Use the object browser to find the JavaFullClassName property of your table. Then go to Tools > Current Project Properties. Go to Object Mapping and expand JavaFX > Table View and add the class name there. You might have to restart Test Complete for it to pick up the change.
More info here: https://support.smartbear.com/testcomplete/docs/working-with/managing-projects/properties/object-mapping.html