Webdriver Tutorial

Pass Website Basic Authentication Use Selenium WebDriver

Authentication is normally a technology which can make your application more secure. It validate user credentials at the server side first then user can continue to use the application. Basic authentication is used in web applications. It use a browser window to collect user credentials. This can make your website more secure. And block unauthorized users

Pass Website Basic Authentication Use Selenium WebDriver Read More »