You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
changeButton.click();
// filePathField will show after changeButton clicked.
filePathField.setText(TEST_FILES + "a.log");
selectButton.click(); -> I found this action will not really do, if I System.out.println("xxxxx"), it will not shown in console
But If I set filePathField.serVisible(true) in codes, test goes OK.
The text was updated successfully, but these errors were encountered:
I create a textField ti input file path.
so it's not shown at beginning.
Then I use a change button to show it.
Other select button will get text from filePathField.
My test code:
But If I set filePathField.serVisible(true) in codes, test goes OK.
The text was updated successfully, but these errors were encountered: