From 1ba5a5fb55f1a1bf7d9ec1ed8d47fcb8d06941ce Mon Sep 17 00:00:00 2001 From: Ivan Krutov Date: Sun, 20 Nov 2022 18:03:44 +0300 Subject: [PATCH 1/2] Updated price coefficients --- src/range.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/range.js b/src/range.js index b6ee697..b91829e 100644 --- a/src/range.js +++ b/src/range.js @@ -24,8 +24,8 @@ const defaultParams = { const price = { maintenanceCommission: 1.25, - permanent: 170, // per month - variable: 0.192 // per hour + permanent: 291, // per month + variable: 0.39 // per hour }; class Range { From 52b6c82753e6f49152808287f416fa936a09758e Mon Sep 17 00:00:00 2001 From: Ivan Krutov Date: Tue, 22 Nov 2022 18:31:56 +0300 Subject: [PATCH 2/2] Added more description to how it works --- site/layouts/partials/howitworks.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/site/layouts/partials/howitworks.html b/site/layouts/partials/howitworks.html index 13ecb72..efa7796 100644 --- a/site/layouts/partials/howitworks.html +++ b/site/layouts/partials/howitworks.html @@ -13,6 +13,9 @@

How it works

You can use all popular browser automation frameworks: Selenium, Playwright, Puppeteer and Cypress simultaneously. We always run this infrastructure in the geographic region near you, so network connectivity is lightning fast.
+
(1) - commands to launch browsers are being sent from your infrastructure to Moon Cloud.
+
(2) - Moon Cloud automatically launches requested number of desired browser versions.
+
(3) - launched browsers are accessing your applications using public endpoints or private connectivity features described below.
  • Cost-efficient.