Webdriver Tutorial

How To Automate Job Search And Email The Result Using Selenium

Hello everybody, today we will show you a very interesting but not too long selenium automation example. In this example, we will use selenium Webdriver to search jobs from monster.com automatically and then parse out the job list on the result page. After that send the job list to your favorite email box. All the …

How To Automate Job Search And Email The Result Using Selenium Read More »

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 »