Dear Wiki user, You have subscribed to a wiki page or wiki category on "Nutch Wiki" for change notification.
The "AdvancedAjaxInteraction" page has been changed by JayavanthShenoy: https://wiki.apache.org/nutch/AdvancedAjaxInteraction?action=diff&rev1=3&rev2=4 Comment: Added FAQ following the discussion at: http://bit.ly/1wwMiIL. Thanks to Mohammad for the solution. == Related Articles == * [[http://soryy.com/blog/2014/ajax-javascript-enabled-parsing-apache-nutch-selenium/|AJAX/JavaScript Enabled Parsing with Apache Nutch and Selenium]] + == FAQs == + * [[http://lucene.472066.n3.nabble.com/Nutch-with-Selenium-pops-up-Firefox-window-td4187057.html|How do I suppress Firefox from popping up during a Selenium crawl?]] + 1. [[http://support.apple.com/kb/PH18757|Assign Firefox a particular space]]: Move Firefox to a dedicated space. Then, right-click on the Firefox icon in the Dock and go to Options > Assign To > This Desktop + 2. Add the following key as <dict>'s children in /Applications/Firefox.app/Contents/Info.plist + <key> LSBackgroundOnly </key> + + <string> True </string> + 3. Quit Firefox. + 4. Start crawling with Selenium. You will notice that Firefox will open silently in its own assigned space. + + +