Forum Discussion

muralidharan18's avatar
muralidharan18
Occasional Contributor
8 years ago
Solved

Issues while running in different screen size

 Hi,   I am automating a windows application,  while running in different environment(different Screen Size) Table row changes.  I'm trying to select the first table row but its selecting different...
  • muralidharan18's avatar
    muralidharan18
    8 years ago

    I found the solution.

    My table row is not getting updated that's why I got this.  I used tablerow.Nativejavafx.refresh() to refresh the native javafx properties(height, width,etc) and its working now

     

    Thanks & Regards

    Muralidharan