Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Java

Selenium With Java

So I have been exploring the automated web browser software Selenium so I was wondering if anyone here had some good advice on how to get started and what type of things to expect.

2 Answers

Get started with the Selenium course here on Treehouse. It covers the basics on how to inspect elements and how to interact with them. An introduction to page object models, which is essential if you want to succeed with Selenium. The course is covered in Javascript but the core principals are the same for every language.

Thanks!