Few points that favor Python over Java to use with Automation Testing Tool Selenium is,

  1. Java programs tend to run slower compared to Python programs.
  2. Java uses traditional braces to start and ends blocks, while Python uses indentation.
  3. Java employs static typing, while Python is dynamically typed.
  4. Python is simpler and more compact compared to Java.