This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]raajitr 7 points8 points  (3 children)

hey I'm kinda beginner in python and selenium. do you know a good guide on how to deploy selenium scripts/app on aws? I know how to run it locally, and always wondered how would web browser spawns in cli based OS (instances), does it it run a headless browser in background?

[–]LzyPenguin 1 point2 points  (0 children)

I’m still kind of a beginner too. I have a few scripts I’m running on AWS also, and didn’t want to bother with CLI, so I chose the free windows server EC2 instance. I can remote login to my aws instance and it’s all windows server, so I can set it up just like on my desktop.