Sunil Kumar

Results 2 issues of Sunil Kumar

to: @airbnb/binaryalert-maintainers cc: size: small|medium|large resolves # ## Background Yara rules were not fetched from the defined folder because the repo structure changed and folder were renamed. ## Changes *...

I've tried the following preferences to set download directory (similar to chrome driver): ``` chromePrefs.put("profile.default_content_settings.popups", 0); chromePrefs.put("download.default_directory", downloadFilepath); // Tried with following as well operaOptions.put("profile.default_content_settings.popups", 0); operaOptions.put("download.default_directory", downloadFilepath); ``` [Link...