Profile.pm 615 B

123456789101112131415161718192021222324252627
  1. package Selenium::Remote::Driver::Firefox::Profile;
  2. # ABSTRACT: Use custom profiles with Selenium::Remote::Driver
  3. use strict;
  4. use warnings;
  5. use Selenium::Firefox::Profile;
  6. BEGIN {
  7. push our @ISA, 'Selenium::Firefox::Profile';
  8. }
  9. =head1 DESCRIPTION
  10. We've renamed this class to the slightly less wordy
  11. L<Selenium::Firefox::Profile>. This is only around as an alias to
  12. hopefully prevent old code from breaking.
  13. =cut
  14. 1;
  15. =head1 SEE ALSO
  16. Selenium::Firefox::Profile
  17. http://kb.mozillazine.org/About:config_entries
  18. https://developer.mozilla.org/en-US/docs/Mozilla/Preferences/A_brief_guide_to_Mozilla_preferences