Skip to content

Task

Exploring Hyperbeam Service

As a potential user of Hyperbeam, I explore the Hyperbeam service for free, so that I can understand how it works and assess its suitability for my needs.

Success definition: Given I am on the Hyperbeam landing page When I click on 'Use Hyperbeam for free' Then I should be redirected to the dashboard where I can start a free trial and explore the features of Hyperbeam.

Trajectory

Step 1:

Url (before/after):

https://hyperbeam.com/?ch=yc

https://hyperbeam.com/dashboard/auth?rid=thirdpartypasswordless&redirectToPath=%2Fdashboard

Content (before/after):

RootWebArea Hyperbeam — Embed Virtual Computers in your website, focused, url='https://hyperbeam.com/?ch=yc'
    image, url='https://hyperbeam.com/images/screenshare-alt_black.svg'
    StaticText Looking for the Watch Party site? It was moved to
    link watch.hyperbeam.com, url='https://watch.hyperbeam.com/'
    strong
Show more
        StaticText →
    link, url='https://hyperbeam.com/?ch=yc#Top'
        image, url='https://hyperbeam.com/images/icon-chevron-down.svg'
    banner
        banner
            navigation
                link, url='https://discord.gg/GBSpNPQq93'
                [59] link Community, center=(1357,34), url='https://discord.gg/D78RsGfQjq'
                    image, url='https://hyperbeam.com/images/PngItem_1083749-p-500.png'
                [64] link Use Hyperbeam, center=(1510,34), url='https://hyperbeam.com/dashboard/'
                [67] link, center=(434,34), url='https://hyperbeam.com/index.html'
                    image, url='https://hyperbeam.com/images/hyperbeam_logo.svg'
                [71] button Products, center=(599,34), expanded=False, hasPopup='menu'
                [86] link Docs, center=(670,34), url='https://docs.hyperbeam.com/'
                [88] link Pricing, center=(734,34), url='https://hyperbeam.com/?ch=yc#pricing_section'
                [90] link Book a Demo, center=(828,34), url='https://calendly.com/philipscott/30min'
    heading Embed Virtual Computers in your web app
    StaticText Open any third-party website or application, synchronize audio and video flawlessly among multiple participants, and add multi-user control with just a few lines of code.
    [109] link Use Hyperbeam for free, center=(456,462), url='https://hyperbeam.com/dashboard/'
    [110] link Open book Docs, center=(638,462), inner_text=Docs, url='https://docs.hyperbeam.com/'
        image Open book, url='https://hyperbeam.com/images/book-open-blank-variant-1.svg'
    [114] link Book a demo, center=(390,520), url='https://calendly.com/philipscott/30min'
    image Computer with various operating system icons underneath, url='https://hyperbeam.com/images/Group-342-p-500.png'
    [118] video, center=(1285,322)
    StaticText What are Virtual Computers?
    StaticText Remote desktop & mobile environments that you can embed directly in your web apps. Embed Chrome, Android, Linux, emulators and more.
    StaticText Watch API demo
    heading Embed anything. Support 1 to 10,000 active participants
    [129] div, center=(1359,710), inner_text=Watch API demo
    strong
        StaticText Embed any third-party website or application
    StaticText Avoid wasting time maintaining integrations and dealing with X-Frame-Options issues. Hyperbeam has out-of-the-box support for all websites.
    strong
        StaticText Synchronize audio & video among multiple participants
    StaticText Synchronize any embed without spending months fixing obscure bugs that cause issues such as desync. Supports audio call echo cancellation.
    strong
        StaticText Add real-time collaboration with multi-user control
    StaticText Screen share is inherently single player. Instead, add seamless multi-user control to any embed instantly. No downloads or browser extensions necessary.
    StaticText GET STARTED
    heading Start building in minutes
        strong
    StaticText Write your backend in any language and hit our
    link REST API, url='https://showy-backpack-b3f.notion.site/API-Design-eb9874bd1ef54c22ba7197324ce22231'
    StaticText . Load and control the virtual computer on the frontend with our
    link NPM package, url='https://www.npmjs.com/package/@hyperbeam/iframe'
    StaticText .
    tablist, orientation='horizontal'
        tab Server, selected=True
        tab Client, selected=False
    tabpanel Server
        LayoutTable
            LayoutTableRow
                LayoutTableCell 1
                LayoutTableCell const express = require('express')
            LayoutTableRow
                LayoutTableCell 2
                LayoutTableCell const axios = require('axios')
            LayoutTableRow
                LayoutTableCell 3
                LayoutTableCell
            LayoutTableRow
                LayoutTableCell 4
                LayoutTableCell const app = express()
            LayoutTableRow
                LayoutTableCell 5
                LayoutTableCell let computer
            LayoutTableRow
                LayoutTableCell 6
                LayoutTableCell
            LayoutTableRow
                LayoutTableCell 7
                LayoutTableCell // Get a cloud computer object. If no object exists, create it.
            LayoutTableRow
                LayoutTableCell 8
                LayoutTableCell app.get('/computer', async (req, res) => {
            LayoutTableRow
                LayoutTableCell 9
                LayoutTableCell if (computer) {
            LayoutTableRow
                LayoutTableCell 10
                LayoutTableCell res.send(computer)
            LayoutTableRow
                LayoutTableCell 11
                LayoutTableCell return
            LayoutTableRow
                LayoutTableCell 12
                LayoutTableCell }
            LayoutTableRow
                LayoutTableCell 13
                LayoutTableCell const resp = await axios.post('https://engine.hyperbeam.com/v0/vm', {}, {
            LayoutTableRow
                LayoutTableCell 14
                LayoutTableCell headers: { 'Authorization': `Bearer ${process.env.HB_API_KEY}` }
                    StaticText ${
                    StaticText process
                    StaticText .
                    StaticText env
                    StaticText .
                    StaticText HB_API_KEY
                    StaticText }
            LayoutTableRow
                LayoutTableCell 15
                LayoutTableCell })
            LayoutTableRow
                LayoutTableCell 16
                LayoutTableCell computer = resp.data
            LayoutTableRow
                LayoutTableCell 17
                LayoutTableCell res.send(computer)
            LayoutTableRow
                LayoutTableCell 18
                LayoutTableCell })
    StaticText Want to see the full example? Check out our
    link hello-world example on Github, url='https://github.com/hyperbeam/hello-world'
    StaticText .
    link Get started for free, url='https://hyperbeam.com/dashboard/'
    StaticText ADDITIONAL FEATURES
    heading Focus on building instead of debugging
    image, url='https://hyperbeam.com/images/robot_1f916.png'
    strong
        StaticText Programmatic control
    StaticText Programmatically open apps, navigate to URLs, and run scripts to customize your UX.
    image, url='https://hyperbeam.com/images/microphone_1f3a4.png'
    strong
        StaticText Echo cancellation
    StaticText Removing audio call echo when embedding apps is non-trivial—so we did it for you.
    image, url='https://hyperbeam.com/images/alien-monster_1f47e.png'
    strong
        StaticText WebGL support
    StaticText Embed WebGL apps with our custom-built servers made for GPU-intensive workloads.
    image, url='https://hyperbeam.com/images/floppy-disk_1f4be.png'
    strong
        StaticText Session save states
    StaticText Save your user’s sessions so they don't need to re-authenticate or open their apps again.
    image, url='https://hyperbeam.com/images/locked-with-key_1f510.png'
    strong
        StaticText Access control
    StaticText Specify exactly who can control the virtual computer and when.
    image, url='https://hyperbeam.com/images/ninja_medium-light-skin-tone_1f977-1f3fc_1f3fc.png'
    strong
        StaticText Kiosk mode
    StaticText Hide parts of the UI to give the look and feel of a native app.
    image, url='https://hyperbeam.com/images/film-frames_1f39e-fe0f.png'
    strong
        StaticText Raw audio & video data
    StaticText Seamlessly render Hyperbeam's virtual computers in your 2D or 3D virtual world.
    image, url='https://hyperbeam.com/images/globe-showing-asia-australia_1f30f.png'
    strong
        StaticText International servers
    StaticText Worldwide server locations that are optimized to provide minimal latency.
    image, url='https://hyperbeam.com/images/mobile-phone_1f4f1.png'
    strong
        StaticText Mobile & touch support
    StaticText Users can tap, gesture, and drag-and-drop on their favorite mobile devices.
    StaticText FEATURED CUSTOMERS
    heading Products built with Hyperbeam
    region carousel
        group 1 of 3
            image, url='https://hyperbeam.com/images/Vector.svg'
            StaticText Hyperbeam has been a godsend. We wanted to open webpages in VSCode but kept running into CORS issues. After spending two days trying iframes, cors-anywhere, and web scraping, we finally found Hyperbeam and had the feature working in less than five minutes.
            image, url='https://hyperbeam.com/images/9906aeb89fea83a9cdb34a74cff86a3c91bd77d0.jpeg'
            StaticText Han Wang, Cofounder & CEO
            image, url='https://hyperbeam.com/images/625f514803156004ac2193e7_mintlify-worded.svg'
            image, url='https://hyperbeam.com/images/connector-p-800.png'
        button previous slide
            StaticText 
        button next slide
            StaticText 
        button Show slide 1 of 3
        button Show slide 2 of 3
        button Show slide 3 of 3
    StaticText API PRICING
    heading Start free, then pay-as-you-go
    StaticText Get 10,000 free minutes every month. Only pay for what you use afterwards.
    image, url='https://hyperbeam.com/images/wrapped-gift_1f381.png'
    StaticText Get
    StaticText 10,000 free minutes every month.
    StaticText Pay-as-you-go afterwards.
    image, url='https://hyperbeam.com/images/money-bag_1f4b0.png'
    StaticText Volume discounts apply automatically
    StaticText based on your total usage.
    image, url='https://hyperbeam.com/images/chart-increasing_1f4c8.png'
    StaticText Additional discounts are available
    StaticText for high-volume customers.
    heading Session estimator
    StaticText 2
    StaticText Average participants per session
    slider value='2', orientation='horizontal'
    StaticText 30
    StaticText Average length of session (minutes)
    slider value='30', orientation='horizontal'
    StaticText 200
    StaticText Sessions per month
    slider value='200', orientation='horizontal'
    heading Monthly cost estimate
    StaticText HD video and audio
    StaticText Rate per additional participant-minute. Volume discounts apply automatically.
    StaticText $0.0070
    StaticText /min
    StaticText Base rate
    strong
        StaticText Participant-minutes
    StaticText 2
    StaticText *
    StaticText 30
    StaticText *
    StaticText 200
    strong
        StaticText 12,000
    strong
        StaticText Free participant-minutes
    strong
        StaticText -
    strong
        StaticText 10,000
    strong
        StaticText Total participant-minutes
    StaticText 12,000
    StaticText -
    StaticText 10,000
    strong
        StaticText 2,000
    strong
        StaticText Estimated monthly cost
    StaticText 2,000
    StaticText *
    StaticText $0.007
    strong
        StaticText $
    strong
        StaticText 14
    heading Try Hyperbeam for free
    StaticText Get 10,000 free minutes every month. No credit card required.
    link Use Hyperbeam, url='https://hyperbeam.com/dashboard/'
    image, url='https://hyperbeam.com/images/hyperbeam_logo.svg'
    link, url='https://discord.gg/D78RsGfQjq'
        image, url='https://hyperbeam.com/images/PngItem_1083749-p-500.png'
    link, url='https://github.com/hyperbeam'
        image, url='https://hyperbeam.com/images/github.png'
    link, url='https://twitter.com/HyperbeamAPI'
        image, url='https://hyperbeam.com/images/toppng.com-twitter-icon-white-transparent-1141x928-p-500.png'
    link, url='https://www.linkedin.com/company/hyperbeam-api'
        image, url='https://hyperbeam.com/images/kindpng_4175039.png'
    link, url='https://www.linkedin.com/company/hyperbeam-api'
        image, url='https://hyperbeam.com/images/Facebook-White-icon.svg'
    StaticText Company
    link Talk to Founders, url='https://showy-backpack-b3f.notion.site/Contact-Us-ad6c0bdc9d074923950a0df76ac516b0'
    StaticText Resources
    link Documentation, url='https://docs.hyperbeam.com/'
    link Customer Dashboard, url='https://hyperbeam.com/dashboard/'
    link API Status, url='https://status.hyperbeam.com/'
    strong
        StaticText Copyright © 2022 Hyperbeam Inc.
        StaticText All Rights Reserved.
RootWebArea Home — Hyperbeam, focused, url='https://hyperbeam.com/dashboard/auth?rid=thirdpartypasswordless&redirectToPath=%2Fdashboard'
    image Hyperbeam, url='https://assets-global.website-files.com/628faf758389ae9687bff8a9/62a01d145b015a1ea8ba7741_hyperbeam_logo.svg'
    StaticText Embed
    StaticText Virtual Computers
    StaticText Sign Up or Log In
Show more
    [34] button Continue with Github, center=(960,444)
        image
    [42] button Continue with Google, center=(960,498)
        image
    StaticText or
    StaticText Email
    [57] textbox, center=(960,614), focused
    [59] button CONTINUE, center=(960,682)

Reasoning for action: This action directly addresses the user's goal of exploring the Hyperbeam service for free. By clicking on 'Use Hyperbeam for free', I initiate the transition from the landing page to the dashboard, where the user can start their free trial and assess if the features meet their needs. This fulfills the acceptance criteria specified in the user story.

Action: click(109) # Click on 'Use Hyperbeam for free' to explore the service.

Change Description: After clicking on 'Use Hyperbeam for free', the browser navigated to the Hyperbeam login page, changing the URL to 'https://hyperbeam.com/dashboard/auth?rid=thirdpartypasswordless&redirectToPath=%2Fdashboard' and displaying options to continue with GitHub or Google, along with a focused textbox for email input.

Screenshot before:Screenshot after:---

Step 2:

Url (before/after):

https://hyperbeam.com/dashboard/auth?rid=thirdpartypasswordless&redirectToPath=%2Fdashboard

https://accounts.google.com/v3/signin/identifier?opparams=%253F&dsh=S1662277537%3A1736251902756275&access_type=offline&client_id=398728147679-m40ltp7041uac3uk93q0qt8unegoe386.apps.googleusercontent.com&ddm=1&include_granted_scopes=true&o2v=2&redirect_uri=https%3A%2F%2Fhyperbeam.com%2Fdashboard%2Fauth%2Fcallback%2Fgoogle&response_type=code&scope=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.email&service=lso&state=5dcbe64ff6613279eea9b&flowName=GeneralOAuthLite&continue=https%3A%2F%2Faccounts.google.com%2Fsignin%2Foauth%2Flegacy%2Fconsent%3Fauthuser%3Dunknown%26part%3DAJi8hANwmqdYaSkEXma9NJytnvXx8F2nRdXB3pO8-jJCWnyj7fRlyOpM3ttTo_9VNY3cg09nzrrijtmF7Yetf5teSW4MutCIx3ro5MEnR8DmaXQXTdMxE8ODdQX23HYvoIAvFQ073-9qRK2wKzVrvCWvLscEHXeo801xCox603frrHj12T6p6dGx_gpW6LWQXKKE3ymdlRkXdQR4Xauzl5x9IpChRkdQc_b4mYvKAIHEqYcYiIKLvVmqXlo9pAsrF2tLhTatMzRFqIXThT9jsEQ-4PReKA7YkxIyE7gxsvkfyfofLs0-iYHnWAGcesZNK70ngDVARYO7Zf8E7k_ZXG9-dSkgeIOFz2cYv758VhYyh_nLaFY9wKFTlD3Wyg6S9FsFcvLjwRltOhGM9973ahbJfSny3JMJ6bXzj2IXRyhRgfSpVgV93Zux_hAyU5ORPydoa_J5g55xvNtwRLiWtIzeTXpGsWCVuQ%26flowName%3DGeneralOAuthFlow%26as%3DS1662277537%253A1736251902756275%26client_id%3D398728147679-m40ltp7041uac3uk93q0qt8unegoe386.apps.googleusercontent.com%23&app_domain=https%3A%2F%2Fhyperbeam.com&rart=ANgoxccNnHWEmWv01SQB6TSXcB695jlv6caEXfODp2_Vm6a2Nh-vIACdjAtIxQ1RE7Qni3eNqofKqxOGTAUEBkahK6e_L8IoOKmJ5XU9vOkiEpeX7LdbYuU

Content (before/after):

RootWebArea Home — Hyperbeam, focused, url='https://hyperbeam.com/dashboard/auth?rid=thirdpartypasswordless&redirectToPath=%2Fdashboard'
    image Hyperbeam, url='https://assets-global.website-files.com/628faf758389ae9687bff8a9/62a01d145b015a1ea8ba7741_hyperbeam_logo.svg'
    StaticText Embed
    StaticText Virtual Computers
    StaticText Sign Up or Log In
Show more
    [34] button Continue with Github, center=(960,444)
        image
    [42] button Continue with Google, center=(960,498)
        image
    StaticText or
    StaticText Email
    [57] textbox, center=(960,614), focused
    [59] button CONTINUE, center=(960,682)
RootWebArea Sign in - Google Accounts, focused, url='https://accounts.google.com/v3/signin/identifier?opparams=%253F&dsh=S1662277537%3A1736251902756275&access_type=offline&client_id=398728147679-m40ltp7041uac3uk93q0qt8unegoe386.apps.googleusercontent.com&ddm=1&include_granted_scopes=true&o2v=2&redirect_uri=https%3A%2F%2Fhyperbeam.com%2Fdashboard%2Fauth%2Fcallback%2Fgoogle&response_type=code&scope=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.email&service=lso&state=5dcbe64ff6613279eea9b&flowName=GeneralOAuthLite&continue=https%3A%2F%2Faccounts.google.com%2Fsignin%2Foauth%2Flegacy%2Fconsent%3Fauthuser%3Dunknown%26part%3DAJi8hANwmqdYaSkEXma9NJytnvXx8F2nRdXB3pO8-jJCWnyj7fRlyOpM3ttTo_9VNY3cg09nzrrijtmF7Yetf5teSW4MutCIx3ro5MEnR8DmaXQXTdMxE8ODdQX23HYvoIAvFQ073-9qRK2wKzVrvCWvLscEHXeo801xCox603frrHj12T6p6dGx_gpW6LWQXKKE3ymdlRkXdQR4Xauzl5x9IpChRkdQc_b4mYvKAIHEqYcYiIKLvVmqXlo9pAsrF2tLhTatMzRFqIXThT9jsEQ-4PReKA7YkxIyE7gxsvkfyfofLs0-iYHnWAGcesZNK70ngDVARYO7Zf8E7k_ZXG9-dSkgeIOFz2cYv758VhYyh_nLaFY9wKFTlD3Wyg6S9FsFcvLjwRltOhGM9973ahbJfSny3JMJ6bXzj2IXRyhRgfSpVgV93Zux_hAyU5ORPydoa_J5g55xvNtwRLiWtIzeTXpGsWCVuQ%26flowName%3DGeneralOAuthFlow%26as%3DS1662277537%253A1736251902756275%26client_id%3D398728147679-m40ltp7041uac3uk93q0qt8unegoe386.apps.googleusercontent.com%23&app_domain=https%3A%2F%2Fhyperbeam.com&rart=ANgoxccNnHWEmWv01SQB6TSXcB695jlv6caEXfODp2_Vm6a2Nh-vIACdjAtIxQ1RE7Qni3eNqofKqxOGTAUEBkahK6e_L8IoOKmJ5XU9vOkiEpeX7LdbYuU'
    image Google, url='https://ssl.gstatic.com/images/branding/googleg/2x/googleg_standard_color_14dp.png'
    StaticText Sign in with Google
    heading Sign in
    paragraph
Show more
        StaticText to continue to
        [28] button hyperbeam.com, center=(1011,430), type=button
    LabelText
        [38] textbox Email or phone, center=(960,502), autocomplete=username, contenteditable=True, focused, type=email
        StaticText Email or phone
    paragraph
        [47] link Forgot email?, center=(820,549), url='https://accounts.google.com/signin/v2/usernamerecovery?access_type=offline&app_domain=https://hyperbeam.com&client_id=398728147679-m40ltp7041uac3uk93q0qt8unegoe386.apps.googleusercontent.com&continue=https://accounts.google.com/signin/oauth/legacy/consent?authuser%3Dunknown%26part%3DAJi8hANwmqdYaSkEXma9NJytnvXx8F2nRdXB3pO8-jJCWnyj7fRlyOpM3ttTo_9VNY3cg09nzrrijtmF7Yetf5teSW4MutCIx3ro5MEnR8DmaXQXTdMxE8ODdQX23HYvoIAvFQ073-9qRK2wKzVrvCWvLscEHXeo801xCox603frrHj12T6p6dGx_gpW6LWQXKKE3ymdlRkXdQR4Xauzl5x9IpChRkdQc_b4mYvKAIHEqYcYiIKLvVmqXlo9pAsrF2tLhTatMzRFqIXThT9jsEQ-4PReKA7YkxIyE7gxsvkfyfofLs0-iYHnWAGcesZNK70ngDVARYO7Zf8E7k_ZXG9-dSkgeIOFz2cYv758VhYyh_nLaFY9wKFTlD3Wyg6S9FsFcvLjwRltOhGM9973ahbJfSny3JMJ6bXzj2IXRyhRgfSpVgV93Zux_hAyU5ORPydoa_J5g55xvNtwRLiWtIzeTXpGsWCVuQ%26flowName%3DGeneralOAuthFlow%26as%3DS1662277537%253A1736251902756275%26client_id%3D398728147679-m40ltp7041uac3uk93q0qt8unegoe386.apps.googleusercontent.com%23&ddm=1&dsh=S1662277537:1736251902756275&flowName=GeneralOAuthLite&include_granted_scopes=true&o2v=2&opparams=%253F&rart=ANgoxccNnHWEmWv01SQB6TSXcB695jlv6caEXfODp2_Vm6a2Nh-vIACdjAtIxQ1RE7Qni3eNqofKqxOGTAUEBkahK6e_L8IoOKmJ5XU9vOkiEpeX7LdbYuU&redirect_uri=https://hyperbeam.com/dashboard/auth/callback/google&response_type=code&scope=https://www.googleapis.com/auth/userinfo.email&service=lso&state=5dcbe64ff6613279eea9b'
    paragraph
        StaticText Before using this app, you can review hyperbeam.com’s
        [62] link privacy policy, center=(820,633), url='https://hyperbeam.com/privacy/'
        StaticText and
        [63] link terms of service, center=(946,633), url='https://hyperbeam.com/terms/'
        StaticText .
    [67] button Next, center=(1105,696)
    [69] link Create account, center=(825,696), url='https://accounts.google.com/lifecycle/flows/signup?access_type=offline&app_domain=https://hyperbeam.com&client_id=398728147679-m40ltp7041uac3uk93q0qt8unegoe386.apps.googleusercontent.com&continue=https://accounts.google.com/signin/oauth/legacy/consent?authuser%3Dunknown%26part%3DAJi8hANwmqdYaSkEXma9NJytnvXx8F2nRdXB3pO8-jJCWnyj7fRlyOpM3ttTo_9VNY3cg09nzrrijtmF7Yetf5teSW4MutCIx3ro5MEnR8DmaXQXTdMxE8ODdQX23HYvoIAvFQ073-9qRK2wKzVrvCWvLscEHXeo801xCox603frrHj12T6p6dGx_gpW6LWQXKKE3ymdlRkXdQR4Xauzl5x9IpChRkdQc_b4mYvKAIHEqYcYiIKLvVmqXlo9pAsrF2tLhTatMzRFqIXThT9jsEQ-4PReKA7YkxIyE7gxsvkfyfofLs0-iYHnWAGcesZNK70ngDVARYO7Zf8E7k_ZXG9-dSkgeIOFz2cYv758VhYyh_nLaFY9wKFTlD3Wyg6S9FsFcvLjwRltOhGM9973ahbJfSny3JMJ6bXzj2IXRyhRgfSpVgV93Zux_hAyU5ORPydoa_J5g55xvNtwRLiWtIzeTXpGsWCVuQ%26flowName%3DGeneralOAuthFlow%26as%3DS1662277537%253A1736251902756275%26client_id%3D398728147679-m40ltp7041uac3uk93q0qt8unegoe386.apps.googleusercontent.com%23&ddm=1&dsh=S1662277537:1736251902756275&flowEntry=SignUp&flowName=GlifWebSignIn&include_granted_scopes=true&o2v=2&opparams=%253F&rart=ANgoxccNnHWEmWv01SQB6TSXcB695jlv6caEXfODp2_Vm6a2Nh-vIACdjAtIxQ1RE7Qni3eNqofKqxOGTAUEBkahK6e_L8IoOKmJ5XU9vOkiEpeX7LdbYuU&redirect_uri=https://hyperbeam.com/dashboard/auth/callback/google&response_type=code&scope=https://www.googleapis.com/auth/userinfo.email&service=lso&signInUrl=https://accounts.google.com/signin/oauth?access_type%3Doffline%26app_domain%3Dhttps://hyperbeam.com%26client_id%3D398728147679-m40ltp7041uac3uk93q0qt8unegoe386.apps.googleusercontent.com%26continue%3Dhttps://accounts.google.com/signin/oauth/legacy/consent?authuser%253Dunknown%2526part%253DAJi8hANwmqdYaSkEXma9NJytnvXx8F2nRdXB3pO8-jJCWnyj7fRlyOpM3ttTo_9VNY3cg09nzrrijtmF7Yetf5teSW4MutCIx3ro5MEnR8DmaXQXTdMxE8ODdQX23HYvoIAvFQ073-9qRK2wKzVrvCWvLscEHXeo801xCox603frrHj12T6p6dGx_gpW6LWQXKKE3ymdlRkXdQR4Xauzl5x9IpChRkdQc_b4mYvKAIHEqYcYiIKLvVmqXlo9pAsrF2tLhTatMzRFqIXThT9jsEQ-4PReKA7YkxIyE7gxsvkfyfofLs0-iYHnWAGcesZNK70ngDVARYO7Zf8E7k_ZXG9-dSkgeIOFz2cYv758VhYyh_nLaFY9wKFTlD3Wyg6S9FsFcvLjwRltOhGM9973ahbJfSny3JMJ6bXzj2IXRyhRgfSpVgV93Zux_hAyU5ORPydoa_J5g55xvNtwRLiWtIzeTXpGsWCVuQ%2526flowName%253DGeneralOAuthFlow%2526as%253DS1662277537%25253A1736251902756275%2526client_id%253D398728147679-m40ltp7041uac3uk93q0qt8unegoe386.apps.googleusercontent.com%2523%26ddm%3D1%26dsh%3DS1662277537:1736251902756275%26flowName%3DGeneralOAuthLite%26include_granted_scopes%3Dtrue%26o2v%3D2%26opparams%3D%25253F%26rart%3DANgoxccNnHWEmWv01SQB6TSXcB695jlv6caEXfODp2_Vm6a2Nh-vIACdjAtIxQ1RE7Qni3eNqofKqxOGTAUEBkahK6e_L8IoOKmJ5XU9vOkiEpeX7LdbYuU%26redirect_uri%3Dhttps://hyperbeam.com/dashboard/auth/callback/google%26response_type%3Dcode%26scope%3Dhttps://www.googleapis.com/auth/userinfo.email%26service%3Dlso%26state%3D5dcbe64ff6613279eea9b&state=5dcbe64ff6613279eea9b'
    contentinfo
        [75] combobox value='English (United States)', center=(808,814), contenteditable=True, expanded=False, hasPopup='menu', inner_text=Afrikaans
azərbaycan
bosanski
català
Čeština
Cymraeg
Dansk
Deutsch
eesti
English (United Kingdom)
English (United States)
Español (España)
Español (Latinoamérica)
euskara
Filipino
Français (Canada)
Français (France)
Gaeilge
galego
Hrvatski
Indonesia
isiZulu
íslenska
Italiano
Kiswahili
latviešu
lietuvių
magyar
Melayu
Nederlands
norsk
o‘zbek
polski
Português (Brasil)
Português (Portugal)
română
shqip
Slovenčina
slovenščina
srpski (latinica)
Suomi
Svenska
Tiếng Việt
Türkçe
Ελληνικά
беларуская
български
кыргызча
қазақ тілі
македонски
монгол
Русский
српски (ћирилица)
Українська
ქართული
հայերեն
‫עברית‬‎
‫اردو‬‎
‫العربية‬‎
‫فارسی‬‎
አማርኛ
नेपाली
मराठी
हिन्दी
অসমীয়া
বাংলা
ਪੰਜਾਬੀ
ગુજરાતી
ଓଡ଼ିଆ
தமிழ்
తెలుగు
ಕನ್ನಡ
മലയാളം
සිංහල
ไทย
ລາວ
မြန်မာ
ខ្មែរ
한국어
中文(香港)
日本語
简体中文
繁體中文
            option Afrikaans, selected=False
            option azərbaycan, selected=False
            option bosanski, selected=False
            option català, selected=False
            option Čeština, selected=False
            option Cymraeg, selected=False
            option Dansk, selected=False
            option Deutsch, selected=False
            option eesti, selected=False
            option English (United Kingdom), selected=False
            option English (United States), selected=True
            option Español (España), selected=False
            option Español (Latinoamérica), selected=False
            option euskara, selected=False
            option Filipino, selected=False
            option Français (Canada), selected=False
            option Français (France), selected=False
            option Gaeilge, selected=False
            option galego, selected=False
            option Hrvatski, selected=False
            option Indonesia, selected=False
            option isiZulu, selected=False
            option íslenska, selected=False
            option Italiano, selected=False
            option Kiswahili, selected=False
            option latviešu, selected=False
            option lietuvių, selected=False
            option magyar, selected=False
            option Melayu, selected=False
            option Nederlands, selected=False
            option norsk, selected=False
            option o‘zbek, selected=False
            option polski, selected=False
            option Português (Brasil), selected=False
            option Português (Portugal), selected=False
            option română, selected=False
            option shqip, selected=False
            option Slovenčina, selected=False
            option slovenščina, selected=False
            option srpski (latinica), selected=False
            option Suomi, selected=False
            option Svenska, selected=False
            option Tiếng Việt, selected=False
            option Türkçe, selected=False
            option Ελληνικά, selected=False
            option беларуская, selected=False
            option български, selected=False
            option кыргызча, selected=False
            option қазақ тілі, selected=False
            option македонски, selected=False
            option монгол, selected=False
            option Русский, selected=False
            option српски (ћирилица), selected=False
            option Українська, selected=False
            option ქართული, selected=False
            option հայերեն, selected=False
            option ‫עברית‬‎, selected=False
            option ‫اردو‬‎, selected=False
            option ‫العربية‬‎, selected=False
            option ‫فارسی‬‎, selected=False
            option አማርኛ, selected=False
            option नेपाली, selected=False
            option मराठी, selected=False
            option हिन्दी, selected=False
            option অসমীয়া, selected=False
            option বাংলা, selected=False
            option ਪੰਜਾਬੀ, selected=False
            option ગુજરાતી, selected=False
            option ଓଡ଼ିଆ, selected=False
            option தமிழ், selected=False
            option తెలుగు, selected=False
            option ಕನ್ನಡ, selected=False
            option മലയാളം, selected=False
            option සිංහල, selected=False
            option ไทย, selected=False
            option ລາວ, selected=False
            option မြန်မာ, selected=False
            option ខ្មែរ, selected=False
            option 한국어, selected=False
            option 中文(香港), selected=False
            option 日本語, selected=False
            option 简体中文, selected=False
            option 繁體中文, selected=False
        list
            listitem
                [161] link Help, center=(1036,814), url='https://support.google.com/accounts?hl=en-US&p=account_iph'
            listitem
                [164] link Privacy, center=(1100,814), url='https://accounts.google.com/TOS?loc=US&hl=en-US&privacy=true'
            listitem
                [167] link Terms, center=(1168,814), url='https://accounts.google.com/TOS?loc=US&hl=en-US'

Reasoning for action: Since the goal is to explore the Hyperbeam service for free, clicking 'Continue with Google' enables a quick authentication process. This is necessary to enter the Hyperbeam dashboard where I can start a free trial and explore its features. By selecting Google, I can potentially expedite my journey to the dashboard, as many users already have accounts linked with this service.

Action: click(42) # Click on 'Continue with Google' to explore the Google login option.

Change Description: The browser navigated from the Hyperbeam dashboard to the Google Accounts sign-in page after clicking 'Continue with Google'. The focused state now displays options to sign in with a Google account, including a textbox for entering an email or phone number.

Screenshot before:Screenshot after:---

Step 3:

Url (before/after):

https://accounts.google.com/v3/signin/identifier?opparams=%253F&dsh=S1662277537%3A1736251902756275&access_type=offline&client_id=398728147679-m40ltp7041uac3uk93q0qt8unegoe386.apps.googleusercontent.com&ddm=1&include_granted_scopes=true&o2v=2&redirect_uri=https%3A%2F%2Fhyperbeam.com%2Fdashboard%2Fauth%2Fcallback%2Fgoogle&response_type=code&scope=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.email&service=lso&state=5dcbe64ff6613279eea9b&flowName=GeneralOAuthLite&continue=https%3A%2F%2Faccounts.google.com%2Fsignin%2Foauth%2Flegacy%2Fconsent%3Fauthuser%3Dunknown%26part%3DAJi8hANwmqdYaSkEXma9NJytnvXx8F2nRdXB3pO8-jJCWnyj7fRlyOpM3ttTo_9VNY3cg09nzrrijtmF7Yetf5teSW4MutCIx3ro5MEnR8DmaXQXTdMxE8ODdQX23HYvoIAvFQ073-9qRK2wKzVrvCWvLscEHXeo801xCox603frrHj12T6p6dGx_gpW6LWQXKKE3ymdlRkXdQR4Xauzl5x9IpChRkdQc_b4mYvKAIHEqYcYiIKLvVmqXlo9pAsrF2tLhTatMzRFqIXThT9jsEQ-4PReKA7YkxIyE7gxsvkfyfofLs0-iYHnWAGcesZNK70ngDVARYO7Zf8E7k_ZXG9-dSkgeIOFz2cYv758VhYyh_nLaFY9wKFTlD3Wyg6S9FsFcvLjwRltOhGM9973ahbJfSny3JMJ6bXzj2IXRyhRgfSpVgV93Zux_hAyU5ORPydoa_J5g55xvNtwRLiWtIzeTXpGsWCVuQ%26flowName%3DGeneralOAuthFlow%26as%3DS1662277537%253A1736251902756275%26client_id%3D398728147679-m40ltp7041uac3uk93q0qt8unegoe386.apps.googleusercontent.com%23&app_domain=https%3A%2F%2Fhyperbeam.com&rart=ANgoxccNnHWEmWv01SQB6TSXcB695jlv6caEXfODp2_Vm6a2Nh-vIACdjAtIxQ1RE7Qni3eNqofKqxOGTAUEBkahK6e_L8IoOKmJ5XU9vOkiEpeX7LdbYuU

https://accounts.google.com/v3/signin/identifier?opparams=%253F&dsh=S1662277537%3A1736251902756275&access_type=offline&client_id=398728147679-m40ltp7041uac3uk93q0qt8unegoe386.apps.googleusercontent.com&ddm=1&include_granted_scopes=true&o2v=2&redirect_uri=https%3A%2F%2Fhyperbeam.com%2Fdashboard%2Fauth%2Fcallback%2Fgoogle&response_type=code&scope=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.email&service=lso&state=5dcbe64ff6613279eea9b&flowName=GeneralOAuthLite&continue=https%3A%2F%2Faccounts.google.com%2Fsignin%2Foauth%2Flegacy%2Fconsent%3Fauthuser%3Dunknown%26part%3DAJi8hANwmqdYaSkEXma9NJytnvXx8F2nRdXB3pO8-jJCWnyj7fRlyOpM3ttTo_9VNY3cg09nzrrijtmF7Yetf5teSW4MutCIx3ro5MEnR8DmaXQXTdMxE8ODdQX23HYvoIAvFQ073-9qRK2wKzVrvCWvLscEHXeo801xCox603frrHj12T6p6dGx_gpW6LWQXKKE3ymdlRkXdQR4Xauzl5x9IpChRkdQc_b4mYvKAIHEqYcYiIKLvVmqXlo9pAsrF2tLhTatMzRFqIXThT9jsEQ-4PReKA7YkxIyE7gxsvkfyfofLs0-iYHnWAGcesZNK70ngDVARYO7Zf8E7k_ZXG9-dSkgeIOFz2cYv758VhYyh_nLaFY9wKFTlD3Wyg6S9FsFcvLjwRltOhGM9973ahbJfSny3JMJ6bXzj2IXRyhRgfSpVgV93Zux_hAyU5ORPydoa_J5g55xvNtwRLiWtIzeTXpGsWCVuQ%26flowName%3DGeneralOAuthFlow%26as%3DS1662277537%253A1736251902756275%26client_id%3D398728147679-m40ltp7041uac3uk93q0qt8unegoe386.apps.googleusercontent.com%23&app_domain=https%3A%2F%2Fhyperbeam.com&rart=ANgoxccNnHWEmWv01SQB6TSXcB695jlv6caEXfODp2_Vm6a2Nh-vIACdjAtIxQ1RE7Qni3eNqofKqxOGTAUEBkahK6e_L8IoOKmJ5XU9vOkiEpeX7LdbYuU

Content (before/after):

RootWebArea Sign in - Google Accounts, focused, url='https://accounts.google.com/v3/signin/identifier?opparams=%253F&dsh=S1662277537%3A1736251902756275&access_type=offline&client_id=398728147679-m40ltp7041uac3uk93q0qt8unegoe386.apps.googleusercontent.com&ddm=1&include_granted_scopes=true&o2v=2&redirect_uri=https%3A%2F%2Fhyperbeam.com%2Fdashboard%2Fauth%2Fcallback%2Fgoogle&response_type=code&scope=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.email&service=lso&state=5dcbe64ff6613279eea9b&flowName=GeneralOAuthLite&continue=https%3A%2F%2Faccounts.google.com%2Fsignin%2Foauth%2Flegacy%2Fconsent%3Fauthuser%3Dunknown%26part%3DAJi8hANwmqdYaSkEXma9NJytnvXx8F2nRdXB3pO8-jJCWnyj7fRlyOpM3ttTo_9VNY3cg09nzrrijtmF7Yetf5teSW4MutCIx3ro5MEnR8DmaXQXTdMxE8ODdQX23HYvoIAvFQ073-9qRK2wKzVrvCWvLscEHXeo801xCox603frrHj12T6p6dGx_gpW6LWQXKKE3ymdlRkXdQR4Xauzl5x9IpChRkdQc_b4mYvKAIHEqYcYiIKLvVmqXlo9pAsrF2tLhTatMzRFqIXThT9jsEQ-4PReKA7YkxIyE7gxsvkfyfofLs0-iYHnWAGcesZNK70ngDVARYO7Zf8E7k_ZXG9-dSkgeIOFz2cYv758VhYyh_nLaFY9wKFTlD3Wyg6S9FsFcvLjwRltOhGM9973ahbJfSny3JMJ6bXzj2IXRyhRgfSpVgV93Zux_hAyU5ORPydoa_J5g55xvNtwRLiWtIzeTXpGsWCVuQ%26flowName%3DGeneralOAuthFlow%26as%3DS1662277537%253A1736251902756275%26client_id%3D398728147679-m40ltp7041uac3uk93q0qt8unegoe386.apps.googleusercontent.com%23&app_domain=https%3A%2F%2Fhyperbeam.com&rart=ANgoxccNnHWEmWv01SQB6TSXcB695jlv6caEXfODp2_Vm6a2Nh-vIACdjAtIxQ1RE7Qni3eNqofKqxOGTAUEBkahK6e_L8IoOKmJ5XU9vOkiEpeX7LdbYuU'
    image Google, url='https://ssl.gstatic.com/images/branding/googleg/2x/googleg_standard_color_14dp.png'
    StaticText Sign in with Google
    heading Sign in
    paragraph
Show more
        StaticText to continue to
        [28] button hyperbeam.com, center=(1011,430), type=button
    LabelText
        [38] textbox Email or phone, center=(960,502), autocomplete=username, contenteditable=True, focused, type=email
        StaticText Email or phone
    paragraph
        [47] link Forgot email?, center=(820,549), url='https://accounts.google.com/signin/v2/usernamerecovery?access_type=offline&app_domain=https://hyperbeam.com&client_id=398728147679-m40ltp7041uac3uk93q0qt8unegoe386.apps.googleusercontent.com&continue=https://accounts.google.com/signin/oauth/legacy/consent?authuser%3Dunknown%26part%3DAJi8hANwmqdYaSkEXma9NJytnvXx8F2nRdXB3pO8-jJCWnyj7fRlyOpM3ttTo_9VNY3cg09nzrrijtmF7Yetf5teSW4MutCIx3ro5MEnR8DmaXQXTdMxE8ODdQX23HYvoIAvFQ073-9qRK2wKzVrvCWvLscEHXeo801xCox603frrHj12T6p6dGx_gpW6LWQXKKE3ymdlRkXdQR4Xauzl5x9IpChRkdQc_b4mYvKAIHEqYcYiIKLvVmqXlo9pAsrF2tLhTatMzRFqIXThT9jsEQ-4PReKA7YkxIyE7gxsvkfyfofLs0-iYHnWAGcesZNK70ngDVARYO7Zf8E7k_ZXG9-dSkgeIOFz2cYv758VhYyh_nLaFY9wKFTlD3Wyg6S9FsFcvLjwRltOhGM9973ahbJfSny3JMJ6bXzj2IXRyhRgfSpVgV93Zux_hAyU5ORPydoa_J5g55xvNtwRLiWtIzeTXpGsWCVuQ%26flowName%3DGeneralOAuthFlow%26as%3DS1662277537%253A1736251902756275%26client_id%3D398728147679-m40ltp7041uac3uk93q0qt8unegoe386.apps.googleusercontent.com%23&ddm=1&dsh=S1662277537:1736251902756275&flowName=GeneralOAuthLite&include_granted_scopes=true&o2v=2&opparams=%253F&rart=ANgoxccNnHWEmWv01SQB6TSXcB695jlv6caEXfODp2_Vm6a2Nh-vIACdjAtIxQ1RE7Qni3eNqofKqxOGTAUEBkahK6e_L8IoOKmJ5XU9vOkiEpeX7LdbYuU&redirect_uri=https://hyperbeam.com/dashboard/auth/callback/google&response_type=code&scope=https://www.googleapis.com/auth/userinfo.email&service=lso&state=5dcbe64ff6613279eea9b'
    paragraph
        StaticText Before using this app, you can review hyperbeam.com’s
        [62] link privacy policy, center=(820,633), url='https://hyperbeam.com/privacy/'
        StaticText and
        [63] link terms of service, center=(946,633), url='https://hyperbeam.com/terms/'
        StaticText .
    [67] button Next, center=(1105,696)
    [69] link Create account, center=(825,696), url='https://accounts.google.com/lifecycle/flows/signup?access_type=offline&app_domain=https://hyperbeam.com&client_id=398728147679-m40ltp7041uac3uk93q0qt8unegoe386.apps.googleusercontent.com&continue=https://accounts.google.com/signin/oauth/legacy/consent?authuser%3Dunknown%26part%3DAJi8hANwmqdYaSkEXma9NJytnvXx8F2nRdXB3pO8-jJCWnyj7fRlyOpM3ttTo_9VNY3cg09nzrrijtmF7Yetf5teSW4MutCIx3ro5MEnR8DmaXQXTdMxE8ODdQX23HYvoIAvFQ073-9qRK2wKzVrvCWvLscEHXeo801xCox603frrHj12T6p6dGx_gpW6LWQXKKE3ymdlRkXdQR4Xauzl5x9IpChRkdQc_b4mYvKAIHEqYcYiIKLvVmqXlo9pAsrF2tLhTatMzRFqIXThT9jsEQ-4PReKA7YkxIyE7gxsvkfyfofLs0-iYHnWAGcesZNK70ngDVARYO7Zf8E7k_ZXG9-dSkgeIOFz2cYv758VhYyh_nLaFY9wKFTlD3Wyg6S9FsFcvLjwRltOhGM9973ahbJfSny3JMJ6bXzj2IXRyhRgfSpVgV93Zux_hAyU5ORPydoa_J5g55xvNtwRLiWtIzeTXpGsWCVuQ%26flowName%3DGeneralOAuthFlow%26as%3DS1662277537%253A1736251902756275%26client_id%3D398728147679-m40ltp7041uac3uk93q0qt8unegoe386.apps.googleusercontent.com%23&ddm=1&dsh=S1662277537:1736251902756275&flowEntry=SignUp&flowName=GlifWebSignIn&include_granted_scopes=true&o2v=2&opparams=%253F&rart=ANgoxccNnHWEmWv01SQB6TSXcB695jlv6caEXfODp2_Vm6a2Nh-vIACdjAtIxQ1RE7Qni3eNqofKqxOGTAUEBkahK6e_L8IoOKmJ5XU9vOkiEpeX7LdbYuU&redirect_uri=https://hyperbeam.com/dashboard/auth/callback/google&response_type=code&scope=https://www.googleapis.com/auth/userinfo.email&service=lso&signInUrl=https://accounts.google.com/signin/oauth?access_type%3Doffline%26app_domain%3Dhttps://hyperbeam.com%26client_id%3D398728147679-m40ltp7041uac3uk93q0qt8unegoe386.apps.googleusercontent.com%26continue%3Dhttps://accounts.google.com/signin/oauth/legacy/consent?authuser%253Dunknown%2526part%253DAJi8hANwmqdYaSkEXma9NJytnvXx8F2nRdXB3pO8-jJCWnyj7fRlyOpM3ttTo_9VNY3cg09nzrrijtmF7Yetf5teSW4MutCIx3ro5MEnR8DmaXQXTdMxE8ODdQX23HYvoIAvFQ073-9qRK2wKzVrvCWvLscEHXeo801xCox603frrHj12T6p6dGx_gpW6LWQXKKE3ymdlRkXdQR4Xauzl5x9IpChRkdQc_b4mYvKAIHEqYcYiIKLvVmqXlo9pAsrF2tLhTatMzRFqIXThT9jsEQ-4PReKA7YkxIyE7gxsvkfyfofLs0-iYHnWAGcesZNK70ngDVARYO7Zf8E7k_ZXG9-dSkgeIOFz2cYv758VhYyh_nLaFY9wKFTlD3Wyg6S9FsFcvLjwRltOhGM9973ahbJfSny3JMJ6bXzj2IXRyhRgfSpVgV93Zux_hAyU5ORPydoa_J5g55xvNtwRLiWtIzeTXpGsWCVuQ%2526flowName%253DGeneralOAuthFlow%2526as%253DS1662277537%25253A1736251902756275%2526client_id%253D398728147679-m40ltp7041uac3uk93q0qt8unegoe386.apps.googleusercontent.com%2523%26ddm%3D1%26dsh%3DS1662277537:1736251902756275%26flowName%3DGeneralOAuthLite%26include_granted_scopes%3Dtrue%26o2v%3D2%26opparams%3D%25253F%26rart%3DANgoxccNnHWEmWv01SQB6TSXcB695jlv6caEXfODp2_Vm6a2Nh-vIACdjAtIxQ1RE7Qni3eNqofKqxOGTAUEBkahK6e_L8IoOKmJ5XU9vOkiEpeX7LdbYuU%26redirect_uri%3Dhttps://hyperbeam.com/dashboard/auth/callback/google%26response_type%3Dcode%26scope%3Dhttps://www.googleapis.com/auth/userinfo.email%26service%3Dlso%26state%3D5dcbe64ff6613279eea9b&state=5dcbe64ff6613279eea9b'
    contentinfo
        [75] combobox value='English (United States)', center=(808,814), contenteditable=True, expanded=False, hasPopup='menu', inner_text=Afrikaans
azərbaycan
bosanski
català
Čeština
Cymraeg
Dansk
Deutsch
eesti
English (United Kingdom)
English (United States)
Español (España)
Español (Latinoamérica)
euskara
Filipino
Français (Canada)
Français (France)
Gaeilge
galego
Hrvatski
Indonesia
isiZulu
íslenska
Italiano
Kiswahili
latviešu
lietuvių
magyar
Melayu
Nederlands
norsk
o‘zbek
polski
Português (Brasil)
Português (Portugal)
română
shqip
Slovenčina
slovenščina
srpski (latinica)
Suomi
Svenska
Tiếng Việt
Türkçe
Ελληνικά
беларуская
български
кыргызча
қазақ тілі
македонски
монгол
Русский
српски (ћирилица)
Українська
ქართული
հայերեն
‫עברית‬‎
‫اردو‬‎
‫العربية‬‎
‫فارسی‬‎
አማርኛ
नेपाली
मराठी
हिन्दी
অসমীয়া
বাংলা
ਪੰਜਾਬੀ
ગુજરાતી
ଓଡ଼ିଆ
தமிழ்
తెలుగు
ಕನ್ನಡ
മലയാളം
සිංහල
ไทย
ລາວ
မြန်မာ
ខ្មែរ
한국어
中文(香港)
日本語
简体中文
繁體中文
            option Afrikaans, selected=False
            option azərbaycan, selected=False
            option bosanski, selected=False
            option català, selected=False
            option Čeština, selected=False
            option Cymraeg, selected=False
            option Dansk, selected=False
            option Deutsch, selected=False
            option eesti, selected=False
            option English (United Kingdom), selected=False
            option English (United States), selected=True
            option Español (España), selected=False
            option Español (Latinoamérica), selected=False
            option euskara, selected=False
            option Filipino, selected=False
            option Français (Canada), selected=False
            option Français (France), selected=False
            option Gaeilge, selected=False
            option galego, selected=False
            option Hrvatski, selected=False
            option Indonesia, selected=False
            option isiZulu, selected=False
            option íslenska, selected=False
            option Italiano, selected=False
            option Kiswahili, selected=False
            option latviešu, selected=False
            option lietuvių, selected=False
            option magyar, selected=False
            option Melayu, selected=False
            option Nederlands, selected=False
            option norsk, selected=False
            option o‘zbek, selected=False
            option polski, selected=False
            option Português (Brasil), selected=False
            option Português (Portugal), selected=False
            option română, selected=False
            option shqip, selected=False
            option Slovenčina, selected=False
            option slovenščina, selected=False
            option srpski (latinica), selected=False
            option Suomi, selected=False
            option Svenska, selected=False
            option Tiếng Việt, selected=False
            option Türkçe, selected=False
            option Ελληνικά, selected=False
            option беларуская, selected=False
            option български, selected=False
            option кыргызча, selected=False
            option қазақ тілі, selected=False
            option македонски, selected=False
            option монгол, selected=False
            option Русский, selected=False
            option српски (ћирилица), selected=False
            option Українська, selected=False
            option ქართული, selected=False
            option հայերեն, selected=False
            option ‫עברית‬‎, selected=False
            option ‫اردو‬‎, selected=False
            option ‫العربية‬‎, selected=False
            option ‫فارسی‬‎, selected=False
            option አማርኛ, selected=False
            option नेपाली, selected=False
            option मराठी, selected=False
            option हिन्दी, selected=False
            option অসমীয়া, selected=False
            option বাংলা, selected=False
            option ਪੰਜਾਬੀ, selected=False
            option ગુજરાતી, selected=False
            option ଓଡ଼ିଆ, selected=False
            option தமிழ், selected=False
            option తెలుగు, selected=False
            option ಕನ್ನಡ, selected=False
            option മലയാളം, selected=False
            option සිංහල, selected=False
            option ไทย, selected=False
            option ລາວ, selected=False
            option မြန်မာ, selected=False
            option ខ្មែរ, selected=False
            option 한국어, selected=False
            option 中文(香港), selected=False
            option 日本語, selected=False
            option 简体中文, selected=False
            option 繁體中文, selected=False
        list
            listitem
                [161] link Help, center=(1036,814), url='https://support.google.com/accounts?hl=en-US&p=account_iph'
            listitem
                [164] link Privacy, center=(1100,814), url='https://accounts.google.com/TOS?loc=US&hl=en-US&privacy=true'
            listitem
                [167] link Terms, center=(1168,814), url='https://accounts.google.com/TOS?loc=US&hl=en-US'
RootWebArea Sign in - Google Accounts, focused, url='https://accounts.google.com/v3/signin/identifier?opparams=%253F&dsh=S1662277537%3A1736251902756275&access_type=offline&client_id=398728147679-m40ltp7041uac3uk93q0qt8unegoe386.apps.googleusercontent.com&ddm=1&include_granted_scopes=true&o2v=2&redirect_uri=https%3A%2F%2Fhyperbeam.com%2Fdashboard%2Fauth%2Fcallback%2Fgoogle&response_type=code&scope=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.email&service=lso&state=5dcbe64ff6613279eea9b&flowName=GeneralOAuthLite&continue=https%3A%2F%2Faccounts.google.com%2Fsignin%2Foauth%2Flegacy%2Fconsent%3Fauthuser%3Dunknown%26part%3DAJi8hANwmqdYaSkEXma9NJytnvXx8F2nRdXB3pO8-jJCWnyj7fRlyOpM3ttTo_9VNY3cg09nzrrijtmF7Yetf5teSW4MutCIx3ro5MEnR8DmaXQXTdMxE8ODdQX23HYvoIAvFQ073-9qRK2wKzVrvCWvLscEHXeo801xCox603frrHj12T6p6dGx_gpW6LWQXKKE3ymdlRkXdQR4Xauzl5x9IpChRkdQc_b4mYvKAIHEqYcYiIKLvVmqXlo9pAsrF2tLhTatMzRFqIXThT9jsEQ-4PReKA7YkxIyE7gxsvkfyfofLs0-iYHnWAGcesZNK70ngDVARYO7Zf8E7k_ZXG9-dSkgeIOFz2cYv758VhYyh_nLaFY9wKFTlD3Wyg6S9FsFcvLjwRltOhGM9973ahbJfSny3JMJ6bXzj2IXRyhRgfSpVgV93Zux_hAyU5ORPydoa_J5g55xvNtwRLiWtIzeTXpGsWCVuQ%26flowName%3DGeneralOAuthFlow%26as%3DS1662277537%253A1736251902756275%26client_id%3D398728147679-m40ltp7041uac3uk93q0qt8unegoe386.apps.googleusercontent.com%23&app_domain=https%3A%2F%2Fhyperbeam.com&rart=ANgoxccNnHWEmWv01SQB6TSXcB695jlv6caEXfODp2_Vm6a2Nh-vIACdjAtIxQ1RE7Qni3eNqofKqxOGTAUEBkahK6e_L8IoOKmJ5XU9vOkiEpeX7LdbYuU'
    image Google, url='https://ssl.gstatic.com/images/branding/googleg/2x/googleg_standard_color_14dp.png'
    StaticText Sign in with Google
    heading Sign in
    paragraph
Show more
        StaticText to continue to
        [28] button hyperbeam.com, center=(1011,430), type=button
    LabelText
        [38] textbox Email or phone value='example@gmail.com', center=(960,502), autocomplete=username, contenteditable=True, focused, type=email
        StaticText Email or phone
    paragraph
        [47] link Forgot email?, center=(820,549), url='https://accounts.google.com/signin/v2/usernamerecovery?access_type=offline&app_domain=https://hyperbeam.com&client_id=398728147679-m40ltp7041uac3uk93q0qt8unegoe386.apps.googleusercontent.com&continue=https://accounts.google.com/signin/oauth/legacy/consent?authuser%3Dunknown%26part%3DAJi8hANwmqdYaSkEXma9NJytnvXx8F2nRdXB3pO8-jJCWnyj7fRlyOpM3ttTo_9VNY3cg09nzrrijtmF7Yetf5teSW4MutCIx3ro5MEnR8DmaXQXTdMxE8ODdQX23HYvoIAvFQ073-9qRK2wKzVrvCWvLscEHXeo801xCox603frrHj12T6p6dGx_gpW6LWQXKKE3ymdlRkXdQR4Xauzl5x9IpChRkdQc_b4mYvKAIHEqYcYiIKLvVmqXlo9pAsrF2tLhTatMzRFqIXThT9jsEQ-4PReKA7YkxIyE7gxsvkfyfofLs0-iYHnWAGcesZNK70ngDVARYO7Zf8E7k_ZXG9-dSkgeIOFz2cYv758VhYyh_nLaFY9wKFTlD3Wyg6S9FsFcvLjwRltOhGM9973ahbJfSny3JMJ6bXzj2IXRyhRgfSpVgV93Zux_hAyU5ORPydoa_J5g55xvNtwRLiWtIzeTXpGsWCVuQ%26flowName%3DGeneralOAuthFlow%26as%3DS1662277537%253A1736251902756275%26client_id%3D398728147679-m40ltp7041uac3uk93q0qt8unegoe386.apps.googleusercontent.com%23&ddm=1&dsh=S1662277537:1736251902756275&flowName=GeneralOAuthLite&include_granted_scopes=true&o2v=2&opparams=%253F&rart=ANgoxccNnHWEmWv01SQB6TSXcB695jlv6caEXfODp2_Vm6a2Nh-vIACdjAtIxQ1RE7Qni3eNqofKqxOGTAUEBkahK6e_L8IoOKmJ5XU9vOkiEpeX7LdbYuU&redirect_uri=https://hyperbeam.com/dashboard/auth/callback/google&response_type=code&scope=https://www.googleapis.com/auth/userinfo.email&service=lso&state=5dcbe64ff6613279eea9b'
    paragraph
        StaticText Before using this app, you can review hyperbeam.com’s
        [62] link privacy policy, center=(820,633), url='https://hyperbeam.com/privacy/'
        StaticText and
        [63] link terms of service, center=(946,633), url='https://hyperbeam.com/terms/'
        StaticText .
    [67] button Next, center=(1105,696)
    [69] link Create account, center=(825,696), url='https://accounts.google.com/lifecycle/flows/signup?access_type=offline&app_domain=https://hyperbeam.com&client_id=398728147679-m40ltp7041uac3uk93q0qt8unegoe386.apps.googleusercontent.com&continue=https://accounts.google.com/signin/oauth/legacy/consent?authuser%3Dunknown%26part%3DAJi8hANwmqdYaSkEXma9NJytnvXx8F2nRdXB3pO8-jJCWnyj7fRlyOpM3ttTo_9VNY3cg09nzrrijtmF7Yetf5teSW4MutCIx3ro5MEnR8DmaXQXTdMxE8ODdQX23HYvoIAvFQ073-9qRK2wKzVrvCWvLscEHXeo801xCox603frrHj12T6p6dGx_gpW6LWQXKKE3ymdlRkXdQR4Xauzl5x9IpChRkdQc_b4mYvKAIHEqYcYiIKLvVmqXlo9pAsrF2tLhTatMzRFqIXThT9jsEQ-4PReKA7YkxIyE7gxsvkfyfofLs0-iYHnWAGcesZNK70ngDVARYO7Zf8E7k_ZXG9-dSkgeIOFz2cYv758VhYyh_nLaFY9wKFTlD3Wyg6S9FsFcvLjwRltOhGM9973ahbJfSny3JMJ6bXzj2IXRyhRgfSpVgV93Zux_hAyU5ORPydoa_J5g55xvNtwRLiWtIzeTXpGsWCVuQ%26flowName%3DGeneralOAuthFlow%26as%3DS1662277537%253A1736251902756275%26client_id%3D398728147679-m40ltp7041uac3uk93q0qt8unegoe386.apps.googleusercontent.com%23&ddm=1&dsh=S1662277537:1736251902756275&flowEntry=SignUp&flowName=GlifWebSignIn&include_granted_scopes=true&o2v=2&opparams=%253F&rart=ANgoxccNnHWEmWv01SQB6TSXcB695jlv6caEXfODp2_Vm6a2Nh-vIACdjAtIxQ1RE7Qni3eNqofKqxOGTAUEBkahK6e_L8IoOKmJ5XU9vOkiEpeX7LdbYuU&redirect_uri=https://hyperbeam.com/dashboard/auth/callback/google&response_type=code&scope=https://www.googleapis.com/auth/userinfo.email&service=lso&signInUrl=https://accounts.google.com/signin/oauth?access_type%3Doffline%26app_domain%3Dhttps://hyperbeam.com%26client_id%3D398728147679-m40ltp7041uac3uk93q0qt8unegoe386.apps.googleusercontent.com%26continue%3Dhttps://accounts.google.com/signin/oauth/legacy/consent?authuser%253Dunknown%2526part%253DAJi8hANwmqdYaSkEXma9NJytnvXx8F2nRdXB3pO8-jJCWnyj7fRlyOpM3ttTo_9VNY3cg09nzrrijtmF7Yetf5teSW4MutCIx3ro5MEnR8DmaXQXTdMxE8ODdQX23HYvoIAvFQ073-9qRK2wKzVrvCWvLscEHXeo801xCox603frrHj12T6p6dGx_gpW6LWQXKKE3ymdlRkXdQR4Xauzl5x9IpChRkdQc_b4mYvKAIHEqYcYiIKLvVmqXlo9pAsrF2tLhTatMzRFqIXThT9jsEQ-4PReKA7YkxIyE7gxsvkfyfofLs0-iYHnWAGcesZNK70ngDVARYO7Zf8E7k_ZXG9-dSkgeIOFz2cYv758VhYyh_nLaFY9wKFTlD3Wyg6S9FsFcvLjwRltOhGM9973ahbJfSny3JMJ6bXzj2IXRyhRgfSpVgV93Zux_hAyU5ORPydoa_J5g55xvNtwRLiWtIzeTXpGsWCVuQ%2526flowName%253DGeneralOAuthFlow%2526as%253DS1662277537%25253A1736251902756275%2526client_id%253D398728147679-m40ltp7041uac3uk93q0qt8unegoe386.apps.googleusercontent.com%2523%26ddm%3D1%26dsh%3DS1662277537:1736251902756275%26flowName%3DGeneralOAuthLite%26include_granted_scopes%3Dtrue%26o2v%3D2%26opparams%3D%25253F%26rart%3DANgoxccNnHWEmWv01SQB6TSXcB695jlv6caEXfODp2_Vm6a2Nh-vIACdjAtIxQ1RE7Qni3eNqofKqxOGTAUEBkahK6e_L8IoOKmJ5XU9vOkiEpeX7LdbYuU%26redirect_uri%3Dhttps://hyperbeam.com/dashboard/auth/callback/google%26response_type%3Dcode%26scope%3Dhttps://www.googleapis.com/auth/userinfo.email%26service%3Dlso%26state%3D5dcbe64ff6613279eea9b&state=5dcbe64ff6613279eea9b'
    contentinfo
        [75] combobox value='English (United States)', center=(808,814), contenteditable=True, expanded=False, hasPopup='menu', inner_text=Afrikaans
azərbaycan
bosanski
català
Čeština
Cymraeg
Dansk
Deutsch
eesti
English (United Kingdom)
English (United States)
Español (España)
Español (Latinoamérica)
euskara
Filipino
Français (Canada)
Français (France)
Gaeilge
galego
Hrvatski
Indonesia
isiZulu
íslenska
Italiano
Kiswahili
latviešu
lietuvių
magyar
Melayu
Nederlands
norsk
o‘zbek
polski
Português (Brasil)
Português (Portugal)
română
shqip
Slovenčina
slovenščina
srpski (latinica)
Suomi
Svenska
Tiếng Việt
Türkçe
Ελληνικά
беларуская
български
кыргызча
қазақ тілі
македонски
монгол
Русский
српски (ћирилица)
Українська
ქართული
հայերեն
‫עברית‬‎
‫اردو‬‎
‫العربية‬‎
‫فارسی‬‎
አማርኛ
नेपाली
मराठी
हिन्दी
অসমীয়া
বাংলা
ਪੰਜਾਬੀ
ગુજરાતી
ଓଡ଼ିଆ
தமிழ்
తెలుగు
ಕನ್ನಡ
മലയാളം
සිංහල
ไทย
ລາວ
မြန်မာ
ខ្មែរ
한국어
中文(香港)
日本語
简体中文
繁體中文
            option Afrikaans, selected=False
            option azərbaycan, selected=False
            option bosanski, selected=False
            option català, selected=False
            option Čeština, selected=False
            option Cymraeg, selected=False
            option Dansk, selected=False
            option Deutsch, selected=False
            option eesti, selected=False
            option English (United Kingdom), selected=False
            option English (United States), selected=True
            option Español (España), selected=False
            option Español (Latinoamérica), selected=False
            option euskara, selected=False
            option Filipino, selected=False
            option Français (Canada), selected=False
            option Français (France), selected=False
            option Gaeilge, selected=False
            option galego, selected=False
            option Hrvatski, selected=False
            option Indonesia, selected=False
            option isiZulu, selected=False
            option íslenska, selected=False
            option Italiano, selected=False
            option Kiswahili, selected=False
            option latviešu, selected=False
            option lietuvių, selected=False
            option magyar, selected=False
            option Melayu, selected=False
            option Nederlands, selected=False
            option norsk, selected=False
            option o‘zbek, selected=False
            option polski, selected=False
            option Português (Brasil), selected=False
            option Português (Portugal), selected=False
            option română, selected=False
            option shqip, selected=False
            option Slovenčina, selected=False
            option slovenščina, selected=False
            option srpski (latinica), selected=False
            option Suomi, selected=False
            option Svenska, selected=False
            option Tiếng Việt, selected=False
            option Türkçe, selected=False
            option Ελληνικά, selected=False
            option беларуская, selected=False
            option български, selected=False
            option кыргызча, selected=False
            option қазақ тілі, selected=False
            option македонски, selected=False
            option монгол, selected=False
            option Русский, selected=False
            option српски (ћирилица), selected=False
            option Українська, selected=False
            option ქართული, selected=False
            option հայերեն, selected=False
            option ‫עברית‬‎, selected=False
            option ‫اردو‬‎, selected=False
            option ‫العربية‬‎, selected=False
            option ‫فارسی‬‎, selected=False
            option አማርኛ, selected=False
            option नेपाली, selected=False
            option मराठी, selected=False
            option हिन्दी, selected=False
            option অসমীয়া, selected=False
            option বাংলা, selected=False
            option ਪੰਜਾਬੀ, selected=False
            option ગુજરાતી, selected=False
            option ଓଡ଼ିଆ, selected=False
            option தமிழ், selected=False
            option తెలుగు, selected=False
            option ಕನ್ನಡ, selected=False
            option മലയാളം, selected=False
            option සිංහල, selected=False
            option ไทย, selected=False
            option ລາວ, selected=False
            option မြန်မာ, selected=False
            option ខ្មែរ, selected=False
            option 한국어, selected=False
            option 中文(香港), selected=False
            option 日本語, selected=False
            option 简体中文, selected=False
            option 繁體中文, selected=False
        list
            listitem
                [161] link Help, center=(1036,814), url='https://support.google.com/accounts?hl=en-US&p=account_iph'
            listitem
                [164] link Privacy, center=(1100,814), url='https://accounts.google.com/TOS?loc=US&hl=en-US&privacy=true'
            listitem
                [167] link Terms, center=(1168,814), url='https://accounts.google.com/TOS?loc=US&hl=en-US'

Reasoning for action: I chose to fill in the email or phone number field with a sample email because this is a necessary step in order to proceed with the sign-in process to access Hyperbeam. By providing an email, I enable the subsequent actions that involve signing in and redirecting to the Hyperbeam dashboard. This aligns directly with the goal of exploring Hyperbeam for free and evaluating its features.

Action: fill('38', 'example@gmail.com') # Fill in the email or phone number field with a sample email.

Change Description: The email or phone number textbox now contains the value 'example@gmail.com', indicating that the user has filled in their email for the sign-in process.

Screenshot before:Screenshot after:---