Overview
Running Selenium on an EC2 instance is the easiest way to get started with Selenium in the Cloud. It provides a reliable solution for your long running Selenium tasks. We offer Linux based (both Headless and with Graphic User Interface) as well as Windows based solutions for: Selenium Webdriver, Selenium Remote Webdriver & Selenium Grid. These tools are best suited for: Test Automation, Automating Routine Web Tasks, Web Crawlers and App Monitoring.
This AMI comes with complete & detailed documentation, sample code snippets and email support at support@silverlining.cloud . Whether you require assistance, wish to explore additional instance types, seek custom pricing solutions, or want to share valuable feedback, our dedicated support team is ready to assist you. Connect with us via email or engage in real-time conversations through live chat on our website. We're here to ensure your experience with us is seamless and tailored to your needs.
Configuration details for this AMI:
- Ubuntu Server 20.04 LTS
- Chrome & Firefox (+ Chromedriver & Geckodriver)
- Selenium Webdriver (+ sample code)
- Installed Language Bindings: Python, Java and NodeJS
About SilverLining.cloud We are an Independent Software Vendor and IT Development and Consulting company specializing in cloud-based solutions. We provide public cloud solutions to thousands of customers across the globe, day in and day out. Our clients rely on our cost-effective solutions for their simplicity, ease of use, reliability, and scalability.
Product preview image: https://aws3.link/YxxGrg
Highlights
- Headless Browser Automation with Selenium Webdriver
- Chrome & Firefox with installed language bindings for Python, Java and Javascript
- Configured and supported by the experts at SilverLining.Cloud
Details
Typical total price
$0.033/hour
Pricing
Free trial
- ...
Instance type | Product cost/hour | EC2 cost/hour | Total/hour |
---|---|---|---|
t1.micro | $0.021 | $0.02 | $0.041 |
t2.nano | $0.012 | $0.006 | $0.018 |
t2.micro AWS Free Tier | $0.01 | $0.012 | $0.022 |
t2.small Recommended | $0.01 | $0.023 | $0.033 |
t2.medium | $0.015 | $0.046 | $0.061 |
t2.large | $0.015 | $0.093 | $0.108 |
t2.xlarge | $0.021 | $0.186 | $0.207 |
t2.2xlarge | $0.027 | $0.371 | $0.398 |
t3.nano | $0.012 | $0.005 | $0.017 |
t3.micro AWS Free Tier | $0.015 | $0.01 | $0.025 |
Additional AWS infrastructure costs
Type | Cost |
---|---|
EBS General Purpose SSD (gp2) volumes | $0.10/per GB/month of provisioned storage |
Vendor refund policy
Contact per email
Legal
Vendor terms and conditions
Content disclaimer
Delivery details
64-bit (x86) Amazon Machine Image (AMI)
Amazon Machine Image (AMI)
An AMI is a virtual image that provides the information required to launch an instance. Amazon EC2 (Elastic Compute Cloud) instances are virtual servers on which you can run your applications and workloads, offering varying combinations of CPU, memory, storage, and networking resources. You can launch as many instances from as many different AMIs as you need.
Version release notes
This release focuses primarily on updating packages to their latest stable versions and bolstering security to ensure a seamless and safe user experience. We recommend updating to this latest version to benefit from all the enhancements it brings. As always, we're keen to hear from you. Should you encounter any issues or have suggestions for future updates, please reach out to our support team.
Additional details
Usage instructions
For comprehensive documentation, visit 'https://www.silverlining.cloud/docs/aws/selenium-ubuntu '.
Start by connecting to the terminal using SSH on port 22 and log in as 'ubuntu'. To run commands in the background, initiate a tmux session with 'tmux'.
The system is preconfigured with Selenium and supports Python 3, Java, and JavaScript. Sample code files demonstrating common browser operations like initializing the web driver, browsing to URLs, clicking elements, sending keys, scrolling, and taking screenshots are included.
For Python 3, access the python3 directory with 'cd /etc/selenium/python3'. Run the Chrome script using 'python3 sample-chrome.py' or the Firefox script with 'python3 sample-firefox.py'. In Java, navigate to the java folder using 'cd /etc/selenium/java' and execute the Chrome script with 'java samplechrome' or the Firefox script with 'java samplefirefox'. For NodeJS, go to the nodejs folder with 'cd /etc/selenium/nodejs' and run the Chrome script using 'node sample-chrome.js' or the Firefox script with 'node sample-firefox.js'.
To view screenshots, simply use 'ls'.
For custom script development, in Python and NodeJS, you can edit and re-run scripts directly. In Java, however, you need to compile your changes before executing them. Compile Java files with 'javac filename.java'.
Resources
Vendor resources
Support
Vendor support
Contact us at support@silverlining.cloud or chat with our experts live on our website.
AWS infrastructure support
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.
Similar products
Customer reviews
Not worth
Message: Service chromedriver unexpectedly exited. Status code was: 1
This AMI was supposed to have all included, wasn't it? Seems like it's better to spend some time doing everything yourself.
So glad I found this Service!
First of all, the Selenium instances created by Michael were expertly deployed and setup in a clean and efficient manner. We were able to get started right away, and we ran bot headless versions and GUI version in no time. The documentation is very clear, even for a novice. Anyone looking to run SELENIUM would benefit greatly from using these instances.
Now when we had requirements to go beyond EC2 instances, getting SELENIUM scripts running on LAMBDA, we reached out to Michael and he got back to us within 1 day and took on the mandate. If I could rate 11/10 I would. He translated our Java code to Python and expertly setup all elements of the process, having excellent knowledge of Amazon API services, AWS, EC2, and Lambda, as well as guiding is with our HTTP call parameters from Salesforce.
like I said ... 11/10 ... needless to say: highly recommended.
Almost everything you need...
Needed to test out a quick script and found this AMI. It has -almost- everything you need to run a headless selenium system. Curiously, it is missing Selenium. A quick install and everything I tested works.