Search code examples
web-testingmultiple-browsers

Test a website in multiple browsers


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.?


Solution

  • The only tool I known is Selenium

    hope it helps!