Forum Discussion

Rishav's avatar
Rishav
Occasional Contributor
8 years ago

Re : Difficulty in Using Find method for a windows Application

Hi TestComplete people,

 

               I am unable to use the NativeJavaFXObject.Find()  method for a value inside a table. Can u guys tell me the exact property value that I need to give inside NativeJavaFXObjectFind(); method. It's very urgent , so expecting a quick solution

 

 

Thanks and Regards

 

Rishav

1 Reply

  • tristaanogre's avatar
    tristaanogre
    Esteemed Contributor

    I'm not 100% familiar with Java FX... but as I understand it, you are trying to use the native "Find" method on the object. That's not a method from TestComplete, it's a method from the JavaFX object, using the native implementation rather than something built into TestComplete. You should probably check with your developers of the documentation that goes along with the object itself to determine the syntax for your object.