Skip to content

Add ability to pass a list to chromium_arg, (not just a comma-separated string) #3144

@mdmintz

Description

@mdmintz

Add ability to pass a list to chromium_arg, (not just a comma-separated string).


Currently, a comma-separated string must be passed in to chromium_arg:

  • chromium_arg="ARG1=N,ARG2"

I'll add the ability for chromium_arg to accept a list as input too:

  • chromium_arg=["ARG1=N", "ARG2"]

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions