Skip to content

Commit

Permalink
Merge pull request #14 from vania-pooh/master
Browse files Browse the repository at this point in the history
Price coefficients
  • Loading branch information
vania-pooh authored Nov 22, 2022
2 parents e4746a6 + 52b6c82 commit 99d69c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions site/layouts/partials/howitworks.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ <h2 class="pricing__title" id="howitworks">How it works</h2>
You can use all popular browser automation frameworks: <a href="https://selenium.dev/" title="Selenium" target="_blank">Selenium</a>, <a href="https://playwright.dev/" title="Playwright" target="_blank">Playwright</a>, <a href="https://pptr.dev/" title="Puppeteer" target="_blank">Puppeteer</a> and <a href="https://cypress.io/" title="Cypress" target="_blank">Cypress</a> simultaneously.
We always run this infrastructure in the geographic region near you, so network connectivity is lightning fast.
<div class="howitworks__illustration howitworks__illustration__overview"></div>
<div><small>(1) - commands to launch browsers are being sent from your infrastructure to Moon Cloud.</small></div>
<div><small>(2) - Moon Cloud automatically launches requested number of desired browser versions.</small></div>
<div><small>(3) - launched browsers are accessing your applications using public endpoints or private connectivity features described below.</small></div>
</li>
<li class="howitworks__step">
<strong>Cost-efficient.</strong>
Expand Down
4 changes: 2 additions & 2 deletions src/range.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 99d69c3

Please sign in to comment.