For firefox using Selenium, we can create profiles similar to this:
How to create profile in Firefox using Selenium WebDriver https://support.mozilla.org/en-US/kb/profile-manager-create-and-remove-firefox-profiles
Also we have the list of attributes we can set in the profile here (Tor project reference)
Is there a similar way to get profile created for PhantomJS for all the attributes listed in above? Is it really possible to set all attributes for PhantomJS? or PhantomJS supports only limited set.
Thanks, Hareesh