Skip to main content

Posts

Showing posts with the label ie

Script Error while running selenium scripts on IE

While running the selenium scripts on IE, we might get this error sometimes: Script Error on IE Solutions:  Possible that your pop-up blocker is enabled which is stopping selenium from opening another window (multi-window mode) - so add an exception to your pop-up blocker - Use this link to add/remove popup exceptions You can disable script errors on IE by disabling MDM.  Machine Debug Manager  Windows service (not only stop it, but prevent it from starting after the computer restarts). Follow this link to Disable Sometimes running the tests/starting the server as an ADMIN resolves the issue

Export Bookmarks

There are alot of times when we would have to move the bookmarks from one machine to another for various reasons - backup/system migrations etc So here is a one stop solution on various browsers: On IE: Go to View Menu on the browser --> Toolbars --> Check (click) the Favorites Toolbar if its not already checked - This will enable you to see the favorites toolbar on the browser Once you see the Favorites toolbar, click on the "Favorites" menu button on the favorites toolbar. This will enable you to see a sidebar on the browser with your favorites listed You will also see a "Add to Favorites" button with a side arrow. Click that side arrow to get a menu where you have an "Import and Export" option. Click the "Import and Export" option On Firefox : Go to Bookmarks Menu on the browser, then click "Organize Bookmarks" -- this will open a new window which has options to import/export bookmarks One change for Firefox 7...