0

I would like to test a webpage in multiple browsers, in my local machine. I see that most of the online services provide screenshots, but I cant really see what happens when i click a link on the webpage.

Are there any software where i can see how the webpage is actually functioning on user events like click etc.?

Ctroy
  • 577
  • 1
  • 10
  • 20

1 Answers1

1

The only tool I known is Selenium

hope it helps!

llazzaro
  • 3,970
  • 4
  • 33
  • 47
  • Does Selenium provide realtime access? I mean, Will i be able to manually browse the site in the browser I choose? – Ctroy Nov 24 '11 at 16:42
  • Selemium if for automatic testing with the browser. You create a script the will click using Firefox/IE/Chrome/etc and check if some error was raised. If you want to do it the manual way I dont see the problem, use virtual machines? – llazzaro Nov 24 '11 at 19:12