1 Answer

0 votes
by
Few points that favor Python over Java to use with Selenium is,

Java programs tend to run slower compared to Python programs.

Java uses traditional braces to start and ends blocks, while Python uses indentation.

Java employs static typing, while Python is dynamically typed.

Python is simpler and more compact compared to Java.

Related questions

0 votes
asked Aug 19, 2019 in Selenium by rahulsharma
+1 vote
asked Aug 22, 2019 in Selenium by john ganales
...