Java Selenium

Today I tried selenium for the first time. It is not a steep learning curve. Within five hours. I was able to get it installed with chrome driver, make it login to facebook, and finally make it post a message on the wall of a friend.

It’s not much, but it is a start. I am going to keep practicing with Selenium because it is really fun. You can automate a lot of tasks with it.

I was inspired to use Java Selenium after making a HTML Parser for news pages as part of a project for an interview I had.