Skip to content

Domino Workflow with Selenium Remote Web Driver #289

Closed Answered by nathan-vm
tdari asked this question in Q&A
Discussion options

You must be logged in to vote

@tdari I understand your idea, but the "network event" implementation between pieces can be a little tricky in k8s and airflow, one way around is create a chrome instance piece who recive an array of instructions and evaluate then in order, something like:

Piece A - export instruction "go to url"
Piece B - export instruction "take screenshot"
Piece C - export instruction "foo bar"

and then connect this three pieces to "Chrome piece"

Piece A \
Piece B - - -> ChromePiece -> export array of outputs
Piece C /

ChromePiece will be responsible for have the instance of selenium or pupperteer and evaluate the instruction in the order you want, and then export results (if apply) in the same order.

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
3 replies
@tdari
Comment options

@vinicvaz
Comment options

@tdari
Comment options

Comment options

You must be logged in to vote
4 replies
@tdari
Comment options

@vinicvaz
Comment options

@nathan-vm
Comment options

@tdari
Comment options

Answer selected by nathan-vm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants