Listing Thumbnail

    Selenium Dynamic Grid

     Info
    Free Trial
    AWS Free Tier
    We are the industry leader in cloud deployed browser automation. Selenium can automate browsers on: EC2, Lambda, Isolated Containers and Device Farms. Our customers have come to rely on our turnkey products as well as our tailor-made solutions which include support for both infrastructure and development.

    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 24/7 email support at support@silverlining.cloud . Contact us for all your infrastructure and coding opportunities.

    Dynamic Grid offers the possibility for running remote Selenium tests concurrently in isolated Docker environments. The maximum of current session is determined by the number of vCPU of your instance. The Grid server automatically queues incoming request to avoid unwanted overloading.

    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.

    Get your own Selenium Grid in the Cloud now.

    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/xxLtmz 

    Highlights

    • Remote Webdriver and Grid in one product
    • Queues incoming requests and distribute them to its Containers automatically
    • Configured and supported by the experts at SilverLining.Cloud

    Details

    Delivery method

    Delivery option
    64-bit (x86) Amazon Machine Image (AMI)

    Latest version

    Operating system
    Ubuntu 20.04 LTS

    Typical total price

    This estimate is based on use of the seller's recommended configuration (t2.medium) in the US East (N. Virginia) Region. View pricing details

    $0.064/hour

    Pricing

    Free trial

    Try this product at no cost for 7 days according to the free trial terms set by the vendor. Usage-based pricing is in effect for usage beyond the free trial terms. Your free trial gets automatically converted to a paid subscription when the trial ends, but may be canceled any time before that.

    Selenium Dynamic Grid

     Info
    Pricing is based on actual usage, with charges varying according to how much you consume. Subscriptions have no end date and may be canceled any time. Alternatively, you can pay upfront for a contract, which typically covering your anticipated usage for the contract duration. Any usage beyond contract will incur additional usage-based costs.
    Additional AWS infrastructure costs may apply. Use the AWS Pricing Calculator  to estimate your infrastructure costs.

    Usage costs (587)

     Info
    • ...
    Instance type
    Product cost/hour
    EC2 cost/hour
    Total/hour
    t1.micro
    $0.025
    $0.02
    $0.045
    t2.nano
    $0.025
    $0.006
    $0.031
    t2.micro
    AWS Free Tier
    $0.025
    $0.012
    $0.037
    t2.small
    $0.012
    $0.023
    $0.035
    t2.medium
    Recommended
    $0.018
    $0.046
    $0.064
    t2.large
    $0.018
    $0.093
    $0.111
    t2.xlarge
    $0.025
    $0.186
    $0.211
    t2.2xlarge
    $0.033
    $0.371
    $0.404
    t3.nano
    $0.025
    $0.005
    $0.03
    t3.micro
    AWS Free Tier
    $0.025
    $0.01
    $0.035

    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

    Upon subscribing to this product, you must acknowledge and agree to the terms and conditions outlined in the vendor's End User License Agreement (EULA) .

    Content disclaimer

    Vendors are responsible for their product descriptions and other product content. AWS does not warrant that vendors' product descriptions or other product content are accurate, complete, reliable, current, or error-free.

    Usage information

     Info

    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

    Find detailed documentation at: https://www.silverlining.cloud/docs/aws/selenium-dynamic-grid 

    1. Selenium Grid Initialization: Upon launching the EC2 instance, Selenium Grid is automatically initiated. By default, Selenium operates on port 4444, which is open to all traffic. For enhanced security, consider restricting access through the AWS Management Console.

    2. Client-Side Setup: Install Selenium language libraries on the client side.

    3. Using the Grid (Python Example): Below is a Python example using Chrome. Visit our documentation for additional language support, including NodeJS and Java.

    from selenium import webdriver from selenium.webdriver.chrome.options import Options as ChromeOptions options = ChromeOptions()

    Instantiate the WebDriver

    driver = webdriver.Remote( command_executor='http://100.27.5.175:4444/wd/hub ', options=options ) driver.get("https://www.whatismybrowser.com ") driver.save_screenshot('screenshot.png') driver.quit()

    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

    Ratings and reviews

     Info
    0 ratings
    5 star
    4 star
    3 star
    2 star
    1 star
    0%
    0%
    0%
    0%
    0%
    0 AWS reviews
    No customer reviews yet
    Be the first to write a review for this product.