Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.34 KB

KNOWN-ISSUES.md

File metadata and controls

40 lines (25 loc) · 1.34 KB

Known Issues

Linux with Flatpak or similar containers for applications

Selenium Driver is not able to control a containerized browser.

see #246

IntelliJ Ultimate

  • AspectJ + Lombok projects are incorrectly imported (must ensure post-compile weaving for each module)
  • Since IntelliJ 2022.1 profiles from parent POMs are no longer displayed (there are several open issues on JetBrains tracker)

IntelliJ Community

  • AspectJ is not supported -- must set the mode-aspectj-skip profile

VSCode

  • AspectJ is not supported -- must set the mode-aspectj-skip profile
  • The built-in Java builder interferes with Maven builds -- must set java.server.launchMode to LightWeight

Android on Local Emulator/Device

  • On Samsung S9 the application crashes on Appium's hideKeyboard() method
  • NoSuchContextException: An unknown server-side error occurred while processing the command. Original error: No Chromedriver found that can automate Chrome ' 66.0.3359' --> upgrade Chrome on device/emulator.
  • Sometimes the Android Debug Bridge (adb) is getting stuck. This can be verified by issuing a adb devices command. If the command does not return then adb process must be killed.
  • No internet access when running behind a proxy server that uses self-signed certificates