Skip to content

Add parameter for which website to load? #337

@filipopo

Description

@filipopo

Have you thought about putting something like this, which would make this functional out of the box?

chrome.get(event.get("target", "https://example.com/"))

Maybe even something like this to use this setup outside of Lambda

if os.getenv('AWS_LAMBDA_FUNCTION_NAME') is None:
    print(handler())

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions