mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-23 17:31:11 +01:00
added firefox
This commit is contained in:
@@ -324,7 +324,8 @@
|
||||
{ label: 'PHP', name: 'php', hasDeps: false, type: 'lang' },
|
||||
{ label: 'Golang', name: 'go', hasDeps: false, type: 'lang' },
|
||||
// web driver
|
||||
{ label: 'Chrome Driver', name: 'chromedriver', type: 'webdriver' }
|
||||
{ label: 'Chrome Driver', name: 'chromedriver', type: 'webdriver' },
|
||||
{ label: 'Firefox', name: 'firefox', type: 'webdriver' }
|
||||
],
|
||||
langsDataDict: {},
|
||||
handle: undefined,
|
||||
|
||||
Reference in New Issue
Block a user