By default, whenever we run the web application in netbeans, it chooses the system selected default web browser for running the web application. But there may b case where we need to test a particular web application on some other browser other than the default one.
So following will help you to choose the particular browser for testing web application.
Go to Tools -> options. You will see the following dialogue box:
Now click on the “web browser “ combo box to see the list of the browsers installed and available to chose.
Select the desired browser and click on OK.
You can also specify the arguments if u want to give along with the broser. Click on “edit” button besides web browser combo box. Here is the screenshot of it :
now just run you web application and you will see that you web application is opened in the browser you have selected. ::)
No comments:
Post a Comment