Overview
Selenium Remote WebDriver
Preconfigured Selenium Standalone Server to automate Chrome, Firefox, and Edge remotely.
This is a repackaged open-source software that sets up a Selenium Remote Webdriver. Additional charges apply for support for this virtual machine.
Execute your local scripts with Selenium remotely
Launch a VM instance with this Amazon Machine Image (AMI) to set up your own Selenium Remote WebDriver server in the cloud in under five minutes. This self-configuring server image includes a ready-to-use Selenium Standalone server on Ubuntu 24.04. Connect to the Remote WebDriver using its public IPv4 address on port 4444: http://:4444. Selenium Remote WebDriver is ideal for test automation, routine web task automation, web crawlers, and app monitoring. The Remote WebDriver server allows you to run Selenium tests from any client machine without needing a local browser instance. Tests are executed on the virtual machine, freeing up local resources and ensuring consistent execution environments.
Easy Usage (Example in Python):
from selenium import webdriver
from selenium.webdriver.firefox.options import Options
options = Options()
options.add_argument("--headless")
driver = webdriver.Remote(
command_executor="http://:4444",
options=options
)
driver.get("https://www.google.com ")
print(driver.title)
driver.quit()
This AMI is designed to be minimal, including only the Selenium Standalone server, ensuring a clean and lightweight virtual machine.
For further assistance, contact our expert cloud team via email at support@silverlining.cloud or through live chat on our website . Detailed documentation for this image is available here: https://www.silverlining.cloud/docs/aws/selenium-remote-ubuntu .
Deploy Selenium Remote Webdriver in the Cloud now!
Highlights
- Ready-to-use Selenium Remote WebDriver for running automated tests immediately with headless Chrome, Firefox, and Edge.
- Execute Selenium scripts from your local machine while tests run on the virtual machine, ensuring a consistent and scalable testing environment without using local system resources.
- Configured and supported by the SilverLining.Cloud team. Contact us via live chat on our website or email us at support@silverlining.cloud
Details
Features and programs
Financing for AWS Marketplace purchases
Pricing
Free trial
- ...
Dimension | Cost/hour |
---|---|
t2.medium Recommended | $0.01 |
t2.micro AWS Free Tier | $0.01 |
t3.micro AWS Free Tier | $0.01 |
g4dn.8xlarge | $0.01 |
c5a.24xlarge | $0.01 |
r6idn.24xlarge | $0.01 |
x1e.32xlarge | $0.01 |
t3.medium | $0.01 |
inf2.48xlarge | $0.01 |
r5n.metal | $0.01 |
Vendor refund policy
For any issues, please reach out to our support team at support@silverlining.cloud or contact us via live chat to raise your case.
How can we make this page better?
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 initial version integrates a preconfigured Selenium Remote server into AWS EC2.
Additional details
Usage instructions
Click here for detailed usage instructions with tutorials, screenshots, and troubleshooting tips.
Manage Remote Server: The Selenium remote server starts automatically with every reboot of the EC2 instance. By default, it is accessible via the public IPv4 address of the instance on port 4444. Ensure that both the instance's security group and your local network allow traffic on this port. Since the server is publicly accessible from the internet, consider restricting access to your specific IP address for enhanced security.
Run Selenium scripts remotely
This example demonstrates Python using Edge. Visit our documentation for additional language support, including Node.js and Java.
from selenium import webdriver
options = webdriver.EdgeOptions() driver = webdriver.Remote(command_executor='http://<public.ip.v4.address>:4444/wd/hub', options=options) driver.get("https://www.whatismybrowser.com ") driver.save_screenshot('screenshot.png') driver.quit()
We keep software installations to a minimum, and no sensitive data is stored on the virtual machine instance. If you encounter any issues or have additional questions, please refer to our documentation or reach out to our support team.
Resources
Vendor resources
Support
Vendor support
If you need help with setup, configuration, integration, troubleshooting, or have a feature request, contact us at support@silverlining.cloud or chat live with our experts 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




