Guest User

Untitled

a guest
Dec 6th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. capabilities: {
  2. 'browserName': 'chrome',
  3. 'chromeOptions': {
  4.  
  5. prefs: {
  6. download: {
  7. 'prompt_for_download': false,
  8. 'directory_upgrade': true,
  9. 'default_directory': 'src/test/javascript/e2e/downloads'
  10. }
  11. }
  12. }
  13. },
  14.  
  15. productDashboardPageObject.exportDashboard();
Add Comment
Please, Sign In to add comment