I am using Selenium Chrome Webdriver for my automation, and I noticed a difference between the normal Chrome browser and the Webdriver Browser.
The html page contains code:
<span class="badge badge-warning ng-binding" id="notificationAlert" .....
Chrome will show the badge, but Chrome Webdriver will not show the badge.
Has anyone noticed this oddity? I set my test case to detect new notifications for 2 minutes but it then passes out because the badge does not appear.
But in my browser it will appear within 30 seconds.