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
Once the JAVA9_OR_NEWER goes True in RemoteSwingLibrary.py, it is not possible for the library to run Java 8 based tests anymore, even if reinitiate is called. The code is missing a condition where JAVA9_OR_NEWER would turn back to False. Could be fixed by setting JAVA9_OR_NEWER to False in reinitiate.
I have an open pull request (Apr'23) where the similar change is done in initiate, but perhaps that is not a good idea. I'm planning to close that one.
The text was updated successfully, but these errors were encountered:
Once the JAVA9_OR_NEWER goes True in RemoteSwingLibrary.py, it is not possible for the library to run Java 8 based tests anymore, even if reinitiate is called. The code is missing a condition where JAVA9_OR_NEWER would turn back to False. Could be fixed by setting JAVA9_OR_NEWER to False in reinitiate.
I have an open pull request (Apr'23) where the similar change is done in initiate, but perhaps that is not a good idea. I'm planning to close that one.
The text was updated successfully, but these errors were encountered: