Guest User

Untitled

a guest
Feb 23rd, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. capabilities:
  2. {
  3. 'browserName': 'chrome',
  4. chromeOptions: {
  5. args: ['--headless','window-size=1366,768'],
  6. prefs: {
  7. 'download': {
  8. 'prompt_for_download': false,
  9. 'directory_upgrade': true,
  10. 'default_directory': process.cwd()+'/Commons/downloads/'
  11. }
  12. }
  13. }
  14. },
  15.  
  16. var workbook = XLSX.readFile(process.cwd()+'/Commons/downloads/test.xls');
Add Comment
Please, Sign In to add comment