I want to learn browser automate, which program language should I learn? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I want to learn browser automate, which program language should I learn?

29th Apr 2018, 1:01 PM
Irfan Taufani
Irfan Taufani - avatar
2 Answers
+ 6
Selenium with Python or Java. Any language so long as it can use Selenium, really. I'd also highly reccomend a xpath finder add-on for your browser, it helps speed up the process of finding elements a lot when you're writing code.
29th Apr 2018, 1:52 PM
Ahri Fox
Ahri Fox - avatar
+ 1
I dont know about other languages but Python has some pretty impressive modules for browser automation and I use them all the time. You can handle url requests with libraries like urllib, requests etc. Python Selenium is a world of its own. You can do almost every browser task in selenium with windowed or headless mode.
29th Apr 2018, 1:26 PM
Koushik Naskar
Koushik Naskar - avatar