Is python good for selenium ? I heard like java is better than python for execution. Can someone tell which is better and why ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Is python good for selenium ? I heard like java is better than python for execution. Can someone tell which is better and why ?

Java or python for selenium, why ?

17th Mar 2019, 1:07 PM
N Rajesh
N Rajesh - avatar
2 Answers
+ 1
Java is compiled to bytecode, which is executed fast. Python Code is interpreted and not as fast at runtime. Although writing code in Python is really fast, because the syntax is very simple and you don't habe to do OOP.
19th Apr 2019, 9:19 AM
Bela Brockmann
Bela Brockmann - avatar
0
Thank you clab02 :-)
19th Apr 2019, 9:33 AM
N Rajesh
N Rajesh - avatar