{"id":12450,"date":"2026-02-11T19:19:30","date_gmt":"2026-02-11T19:19:30","guid":{"rendered":"https:\/\/blog.clickpanda.com\/?p=12450"},"modified":"2026-02-11T19:21:40","modified_gmt":"2026-02-11T19:21:40","slug":"tests-e2e-ia-stagehand-browserbase-guia","status":"publish","type":"post","link":"https:\/\/blog.clickpanda.com\/en\/ia\/tests-e2e-ia-stagehand-browserbase-guide\/","title":{"rendered":"E2E testing with AI and Stagehand: automate your web with natural language"},"content":{"rendered":"<div data-elementor-type=\"wp-post\" data-elementor-id=\"12450\" class=\"elementor elementor-12450\" data-elementor-post-type=\"post\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2093a0c1 e-flex e-con-boxed e-con e-parent\" data-id=\"2093a0c1\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c781946 elementor-widget elementor-widget-global elementor-global-10391 elementor-widget-heading\" data-id=\"c781946\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Introduction<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-458f76b0 elementor-widget elementor-widget-text-editor\" data-id=\"458f76b0\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">Has it ever happened to you that you change a button, adjust a CSS... and suddenly half an E2E test suite breaks? That's the hidden cost of tests \"glued\" to selectors: they become fragile, expensive to maintain and, worse, they no longer represent how a real person interacts.<\/span><\/p><p><span style=\"font-weight: 400;\">This is where the video approach you shared turns gold for product teams and devs: <strong>Stagehand<\/strong>a Browserbase library that combines browser automation with AI models so you can write actions in natural language. Instead of saying \"<span style=\"color: #ff6600;\">click on #btn-123\".<\/span>you say <span style=\"color: #ff6600;\">\"click on buy tickets\"<\/span> o <span style=\"color: #ff6600;\">\"extracts subtotal\"<\/span>and the framework tries to behave like a user who understands the interface.<\/span><\/p><p><span style=\"font-weight: 400;\">In this article I explain, step by step, how it works. <strong>(act \/ extract \/ observe),<\/strong> how to set up a realistic test, the typical errors (yes: language matters), and how to get a reliable environment ready to run these tests for real. And at the end I show you why ClickPanda makes it easy for you to run this stable (staging, VPS, support, migration).<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0452fdc elementor-widget elementor-widget-global elementor-global-10444 elementor-widget-table-of-contents\" data-id=\"0452fdc\" data-element_type=\"widget\" data-settings=\"{&quot;headings_by_tags&quot;:[&quot;h2&quot;],&quot;exclude_headings_by_selector&quot;:[],&quot;no_headings_message&quot;:&quot;No headings were found on this page.&quot;,&quot;marker_view&quot;:&quot;numbers&quot;,&quot;hierarchical_view&quot;:&quot;yes&quot;,&quot;min_height&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;min_height_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;min_height_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"table-of-contents.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-toc__header\">\n\t\t\t<h4 class=\"elementor-toc__header-title\">\n\t\t\t\tTable of Contents\t\t\t<\/h4>\n\t\t\t\t\t<\/div>\n\t\t<div id=\"elementor-toc__0452fdc\" class=\"elementor-toc__body\">\n\t\t\t<div class=\"elementor-toc__spinner-container\">\n\t\t\t\t<svg class=\"elementor-toc__spinner eicon-animation-spin e-font-icon-svg e-eicon-loading\" aria-hidden=\"true\" viewbox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M500 975V858C696 858 858 696 858 500S696 142 500 142 142 304 142 500H25C25 237 238 25 500 25S975 237 975 500 763 975 500 975Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ce7660e elementor-widget elementor-widget-heading\" data-id=\"ce7660e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">What is Stagehand and why is it attracting so much attention?<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7154b06 elementor-widget elementor-widget-text-editor\" data-id=\"7154b06\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\"><strong>Stagehand<\/strong> is a browser automation framework that lets you control web pages with a mix of code + natural language, and is compatible with Playwright. The promise is simple: tests closer to the user's reality, less dependency on selectors, and more maintainable flows when the UI changes.<\/span><\/p><p><span style=\"font-weight: 400;\">The key is in its main \"primitives\":<\/span><\/p><p><span style=\"font-weight: 400;\"><strong>\u2705 act():<\/strong> execute an action (\"click on buy\", \"add 2 entries\", \"complete the checkout\").<\/span><\/p><p><span style=\"font-weight: 400;\"><strong>\u2705 extract():<\/strong> extract information (\"get the subtotal\", \"tell me the price of the first product\").<\/span><\/p><p><span style=\"font-weight: 400;\"><strong>\u2705 observe():<\/strong> discover possible elements\/actions (\"find the login button\", \"detect where the cart is\").<\/span><\/p><p><span style=\"font-weight: 400;\"><strong>\u2705 Evals\/Metrics:<\/strong> measure how reliable and expensive your AI test set is (see the Evals section in the documentation).<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4f49dd5 elementor-widget elementor-widget-image\" data-id=\"4f49dd5\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"512\" src=\"https:\/\/blog.clickpanda.com\/wp-content\/uploads\/2026\/02\/stagehand-1024x512.png\" class=\"attachment-large size-large wp-image-12452\" alt=\"\" srcset=\"https:\/\/blog.clickpanda.com\/wp-content\/uploads\/2026\/02\/stagehand-1024x512.png 1024w, https:\/\/blog.clickpanda.com\/wp-content\/uploads\/2026\/02\/stagehand-300x150.png 300w, https:\/\/blog.clickpanda.com\/wp-content\/uploads\/2026\/02\/stagehand-768x384.png 768w, https:\/\/blog.clickpanda.com\/wp-content\/uploads\/2026\/02\/stagehand-18x9.png 18w, https:\/\/blog.clickpanda.com\/wp-content\/uploads\/2026\/02\/stagehand.png 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7347ba1 elementor-widget elementor-widget-heading\" data-id=\"7347ba1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">When does it make sense to use AI for testing (and when doesn't it)?<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e1e5685 elementor-widget elementor-widget-text-editor\" data-id=\"e1e5685\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h4>It does pay off when...<\/h4><p><strong>\u2705 Your product changes UI frequently and maintaining selectors became a tax.<\/strong><\/p><p><strong>\u2705 You want to validate \"human\" flows: purchase, registration, search, cart, payments.<\/strong><\/p><p><strong>\u2705 You are creating a usability standard: \"if I say it in natural language, the user should find it too\".<\/strong><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-dceb6d2 elementor-widget elementor-widget-text-editor\" data-id=\"dceb6d2\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h4>It is not the best first choice when...<\/h4><p><strong>\u274c You need ultra deterministic tests to the millimeter (e.g., visual-regression pixel perfect).<\/strong><\/p><p><strong>\u274c Your app has a confusing UX: the AI will suffer... and that's a sign (but it doesn't save you from the root problem).<\/strong><\/p><p><strong>\u274c Your AI budget is zero and you cannot use local models or an external API.<\/strong><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b4427de elementor-widget elementor-widget-heading\" data-id=\"b4427de\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Step by step: your first E2E \"user type\" test with Stagehand<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5135d57 elementor-widget elementor-widget-text-editor\" data-id=\"5135d57\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">In the video, the basic flow is: install Stagehand, set environment variables, open the browser, execute actions with act(), extract a data with extract(), and assert the result. That's a great \"Hello World\" because it touches on the essentials.<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-04d56e1 elementor-widget elementor-widget-text-editor\" data-id=\"04d56e1\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h4>1) Installation (Node\/TypeScript)<\/h4>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7135136 elementor-widget elementor-widget-text-editor\" data-id=\"7135136\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<blockquote><p><span style=\"font-weight: 400;\">The installation guide is here: <a href=\"https:\/\/docs.stagehand.dev\/v3\/first-steps\/installation\">Stagehand official installation.<\/a><\/span><\/p><\/blockquote>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-576a8da elementor-widget elementor-widget-text-editor\" data-id=\"576a8da\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h4>2) Environment variables (the standard error)<\/h4><p><span style=\"font-weight: 400;\">You will need keys if you use a model via API. The key point: if you already have a global variable in your system with the same name, it can \"step on\" your .env and you get confused (happens a lot with CLIs).<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f7213d0 elementor-widget elementor-widget-text-editor\" data-id=\"f7213d0\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<blockquote><p><strong><span style=\"color: #ff6600;\">Practical tip:<\/span> defines clear names to avoid clashes, for example: OPENAI_API_KEY_STAGEHAND.<\/strong><\/p><\/blockquote>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6fe43d1 elementor-widget elementor-widget-text-editor\" data-id=\"6fe43d1\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h4>3) The mental structure of the test<\/h4><p><span style=\"font-weight: 400;\">Think of the test in 3 layers:<\/span><\/p><ol><li style=\"font-weight: 400;\" aria-level=\"1\"><strong>Intention (natural language): \"a user buys 2 tickets\".<\/strong><\/li><li style=\"font-weight: 400;\" aria-level=\"1\"><strong>Verification (assert): \"subtotal = <span style=\"color: #ff0000;\">X<\/span>\".<\/strong><\/li><li style=\"font-weight: 400;\" aria-level=\"1\"><strong>Fallback: if it fails due to ambiguity, support with observe() or refine the prompt.<\/strong><\/li><\/ol>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ecec552 elementor-widget elementor-widget-heading\" data-id=\"ecec552\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">A practical example (act + extract + assert)\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-caca033 elementor-widget elementor-widget-text-editor\" data-id=\"caca033\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">A typical flow: enter a URL, click on \"Buy\", add 2 items, extract subtotal and compare.<\/span><\/p><p><span style=\"font-weight: 400;\">Two recommendations that will save you hours:<\/span><\/p><p><strong>\ud83d\udd36 Make your prompts more \"human\" but unambiguous: better \"add 1 general entry to cart\" than \"hit the plus\".<\/strong><\/p><p><strong>\ud83d\udd36 If extract() returns null, try:<\/strong><\/p><ul><li style=\"list-style-type: none;\"><ul><li style=\"font-weight: 400;\" aria-level=\"2\"><strong>ask for the value with more context <span style=\"color: #ff6600;\">(\"extract the subtotal shown in the checkout summary\")<\/span><\/strong><\/li><li style=\"font-weight: 400;\" aria-level=\"2\"><strong>or first <span style=\"color: #ff6600;\">observe()<\/span> to tell you where that block is and then extract (see how observe() works).<\/strong><\/li><\/ul><\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b3f26da elementor-widget elementor-widget-heading\" data-id=\"b3f26da\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">The awkward detail: language does affect (and how to solve it)<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-751817f elementor-widget elementor-widget-text-editor\" data-id=\"751817f\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">In the video you can see something very real: sometimes extract() in Spanish can fail (\"subtotal\"), and when you convert it to English it works.<\/span><\/p><p><span style=\"font-weight: 400;\">How do you handle it without \"betraying\" yourself if your product is in Spanish?<\/span><\/p><ul><li style=\"font-weight: 400;\" aria-level=\"1\"><strong>Keep the UI in Spanish, but write prompts with dual context:<br \/>\"Extracts the subtotal (partial total) from the purchase summary \/ checkout summary.\"<\/strong><\/li><li style=\"font-weight: 400;\" aria-level=\"1\"><strong>Standardize an internal glossary: subtotal, total, taxes, shipping, etc.<\/strong><\/li><li style=\"font-weight: 400;\" aria-level=\"1\"><strong>If your app is multi-language, have the test detect the current language and adapt the prompt.<\/strong><\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b484279 elementor-widget elementor-widget-global elementor-global-11789 elementor-widget-image\" data-id=\"b484279\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/clickpanda.com\/es-es\/hosting-ssd?utm_source=blog&#038;utm_medium=banner&#038;utm_campaign=hosting_ssd&#038;utm_term=superior&#038;utm_content=banner2\" target=\"_blank\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/blog.clickpanda.com\/wp-content\/uploads\/2025\/08\/Promo_SSD-1024x576.png\" class=\"attachment-large size-large wp-image-11788\" alt=\"Promotion SSD 20% discount\" srcset=\"https:\/\/blog.clickpanda.com\/wp-content\/uploads\/2025\/08\/Promo_SSD-1024x576.png 1024w, https:\/\/blog.clickpanda.com\/wp-content\/uploads\/2025\/08\/Promo_SSD-300x169.png 300w, https:\/\/blog.clickpanda.com\/wp-content\/uploads\/2025\/08\/Promo_SSD-768x432.png 768w, https:\/\/blog.clickpanda.com\/wp-content\/uploads\/2025\/08\/Promo_SSD-1536x864.png 1536w, https:\/\/blog.clickpanda.com\/wp-content\/uploads\/2025\/08\/Promo_SSD-18x10.png 18w, https:\/\/blog.clickpanda.com\/wp-content\/uploads\/2025\/08\/Promo_SSD.png 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9eef3da elementor-widget elementor-widget-heading\" data-id=\"9eef3da\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">How to prevent your AI tests from being fragile (real anti-flaky)<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-850a11f elementor-widget elementor-widget-text-editor\" data-id=\"850a11f\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h4>1) Uses observe() as a radar before acting<\/h4><p><span style=\"font-weight: 400;\">If the page changes, first observe: \"find the pay button\", validate that it exists, and then act. That's the idea of <span style=\"color: #ff6600;\">observe()<\/span>.<\/span><\/p><h4>2) Reduces the search space<\/h4><p><span style=\"font-weight: 400;\">The more freedom you give the AI, the more it can make weird decisions. Land the context:<\/span><\/p><ul><li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\"in the summary on the right\"<\/span><\/li><li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\"in the cart modal\"<\/span><\/li><li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\"in the ticket section\"<\/span><\/li><\/ul><h4>3) Measure with Evals<\/h4><p><span style=\"font-weight: 400;\">If you are going to run it in CI, measure: time, success rate, cost and stability. Here: Evals from Stagehand.<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cfc5125 elementor-widget elementor-widget-heading\" data-id=\"cfc5125\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">What does ClickPanda have to do with all this? Much more than it seems<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8204c90 elementor-widget elementor-widget-text-editor\" data-id=\"8204c90\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">If you are serious about <strong>E2E tests with AI<\/strong>You need an environment where you can staging without drama, have stable performance and scale as the project grows.<\/span><\/p><p><span style=\"font-weight: 400;\">With <span style=\"color: #ff6600;\">ClickPanda<\/span> you can do it this way:<\/span><\/p><p><strong>\u2705 Start with SSD Hosting for lightweight staging and quick testing.<\/strong><\/p><p><strong>\u2705 Manage easy with cPanel Hosting if you work by subdomains and need control without complication.<\/strong><\/p><p><strong>\u2705 Upgrade with SSD VPS if you are already going to run runners, Docker, Playwright\/Stagehand or more serious pipelines.<\/strong><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e07948d elementor-widget elementor-widget-button\" data-id=\"e07948d\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/clickpanda.com\/es\/hosting-ssd?utm_source=blog&#038;utm_medium=text&#038;utm_campaign=blog&#038;utm_term=blog&#038;utm_content=inline_link\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-circle-right\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zm-28.9 143.6l75.5 72.4H120c-13.3 0-24 10.7-24 24v16c0 13.3 10.7 24 24 24h182.6l-75.5 72.4c-9.7 9.3-9.9 24.8-.4 34.3l11 10.9c9.4 9.4 24.6 9.4 33.9 0L404.3 273c9.4-9.4 9.4-24.6 0-33.9L271.6 106.3c-9.4-9.4-24.6-9.4-33.9 0l-11 10.9c-9.5 9.6-9.3 25.1.4 34.4z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Sign up now at ClickPanda.com and create your E2E tests with IA<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8cdbc35 elementor-widget elementor-widget-text-editor\" data-id=\"8cdbc35\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">If you want your E2E tests with AI to be more than an experiment, you need a stable environment where your web and staging run without surprises.<\/span><\/p><p><strong>\ud83d\udd36 Set up your staging on SSD Hosting and validate purchase flows, forms and UX with confidence.<\/strong><\/p><p><strong>\ud83d\udd36 If you're ready for pipelines and full control: upgrade to SSD VPS.<\/strong><\/p><p><strong>\ud83d\udd36 And if you're still missing the basics: register your domain in <a href=\"https:\/\/clickpanda.com\/es\/dominios?utm_source=blog&amp;utm_medium=text&amp;utm_campaign=blog&amp;utm_term=blog&amp;utm_content=inline_link\" target=\"_blank\" rel=\"noopener\">ClickPanda Domains<\/a> and build your digital identity from one place.<\/strong><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3e93908 elementor-widget elementor-widget-heading\" data-id=\"3e93908\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Conclusion<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b411e0c elementor-widget elementor-widget-text-editor\" data-id=\"b411e0c\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">Stagehand is pushing a powerful idea: writing E2E tests as human intentions, not as an infinite list of fragile selectors. And when you combine it with a stable environment (staging, performance, scalability), it stops being \"demo\" and becomes real quality.<\/span><\/p><p><span style=\"font-weight: 400;\">Grow your online presence with ClickPanda. The time is now.<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b291c94 elementor-widget elementor-widget-image\" data-id=\"b291c94\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/clickpanda.com\/es-co\/certificados-ssl?utm_source=blog&#038;utm_medium=banner&#038;utm_campaign=hosting_ssd&#038;utm_term=superior&#038;utm_content=banner2\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"810\" height=\"170\" src=\"https:\/\/blog.clickpanda.com\/wp-content\/uploads\/2019\/11\/CTA-BLOG-SSL-4.gif\" class=\"attachment-large size-large wp-image-8815\" alt=\"CTA BLOG SSL 4\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Introduction Has it ever happened to you that you change a button, adjust a CSS... and suddenly half of your E2E test suite breaks? That's the hidden cost of tests \"glued\" to selectors: they become fragile, expensive to maintain and, worse, they fail to represent how a real person interacts. This is where the approach [...]<\/p>","protected":false},"author":1,"featured_media":12456,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[61],"tags":[141,140,120,134,138,144,142,143,139,137],"class_list":["post-12450","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ia","tag-automatizacion-web","tag-browserbase","tag-clickpanda","tag-desarrollo-web","tag-ia","tag-lenguaje-natural","tag-playwright","tag-qa-testing","tag-stagehand","tag-tests-e2e"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.3.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Tests E2E con IA y Stagehand: automatiza tu web con lenguaje natural<\/title>\n<meta name=\"description\" content=\"Aprende a crear pruebas E2E con IA usando Stagehand (Browserbase): tests en lenguaje natural que imitan a un usuario real (act, extract, observe), consejos para que no sean fr\u00e1giles y c\u00f3mo montar un entorno de pruebas s\u00f3lido con ClickPanda.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/blog.clickpanda.com\/en\/ia\/tests-e2e-ia-stagehand-browserbase-guide\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Tests E2E con IA y Stagehand: automatiza tu web con lenguaje natural\" \/>\n<meta property=\"og:description\" content=\"Aprende a crear pruebas E2E con IA usando Stagehand (Browserbase): tests en lenguaje natural que imitan a un usuario real (act, extract, observe), consejos para que no sean fr\u00e1giles y c\u00f3mo montar un entorno de pruebas s\u00f3lido con ClickPanda.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/blog.clickpanda.com\/en\/ia\/tests-e2e-ia-stagehand-browserbase-guide\/\" \/>\n<meta property=\"og:site_name\" content=\"ClickPanda Blog\" \/>\n<meta property=\"article:published_time\" content=\"2026-02-11T19:19:30+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-11T19:21:40+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/blog.clickpanda.com\/wp-content\/uploads\/2026\/02\/Gemini_Generated_Image_65w2ih65w2ih65w2.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"1024\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"ClickPanda\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"ClickPanda\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"10 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/blog.clickpanda.com\/ia\/tests-e2e-ia-stagehand-browserbase-guia\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/blog.clickpanda.com\/ia\/tests-e2e-ia-stagehand-browserbase-guia\/\"},\"author\":{\"name\":\"ClickPanda\",\"@id\":\"https:\/\/blog.clickpanda.com\/en\/#\/schema\/person\/65b603e17cb666be4ef630cf37340185\"},\"headline\":\"Tests E2E con IA y Stagehand: automatiza tu web con lenguaje natural\",\"datePublished\":\"2026-02-11T19:19:30+00:00\",\"dateModified\":\"2026-02-11T19:21:40+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/blog.clickpanda.com\/ia\/tests-e2e-ia-stagehand-browserbase-guia\/\"},\"wordCount\":1191,\"publisher\":{\"@id\":\"https:\/\/blog.clickpanda.com\/en\/#organization\"},\"image\":{\"@id\":\"https:\/\/blog.clickpanda.com\/ia\/tests-e2e-ia-stagehand-browserbase-guia\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/blog.clickpanda.com\/wp-content\/uploads\/2026\/02\/Gemini_Generated_Image_65w2ih65w2ih65w2.png\",\"keywords\":[\"automatizaci\u00f3n web\",\"browserbase\",\"clickpanda\",\"desarrollo web\",\"ia\",\"lenguaje natural\",\"playwright\",\"qa testing\",\"stagehand\",\"tests e2e\"],\"articleSection\":[\"IA\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/blog.clickpanda.com\/ia\/tests-e2e-ia-stagehand-browserbase-guia\/\",\"url\":\"https:\/\/blog.clickpanda.com\/ia\/tests-e2e-ia-stagehand-browserbase-guia\/\",\"name\":\"Tests E2E con IA y Stagehand: automatiza tu web con lenguaje natural\",\"isPartOf\":{\"@id\":\"https:\/\/blog.clickpanda.com\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/blog.clickpanda.com\/ia\/tests-e2e-ia-stagehand-browserbase-guia\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/blog.clickpanda.com\/ia\/tests-e2e-ia-stagehand-browserbase-guia\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/blog.clickpanda.com\/wp-content\/uploads\/2026\/02\/Gemini_Generated_Image_65w2ih65w2ih65w2.png\",\"datePublished\":\"2026-02-11T19:19:30+00:00\",\"dateModified\":\"2026-02-11T19:21:40+00:00\",\"description\":\"Aprende a crear pruebas E2E con IA usando Stagehand (Browserbase): tests en lenguaje natural que imitan a un usuario real (act, extract, observe), consejos para que no sean fr\u00e1giles y c\u00f3mo montar un entorno de pruebas s\u00f3lido con ClickPanda.\",\"breadcrumb\":{\"@id\":\"https:\/\/blog.clickpanda.com\/ia\/tests-e2e-ia-stagehand-browserbase-guia\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/blog.clickpanda.com\/ia\/tests-e2e-ia-stagehand-browserbase-guia\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/blog.clickpanda.com\/ia\/tests-e2e-ia-stagehand-browserbase-guia\/#primaryimage\",\"url\":\"https:\/\/blog.clickpanda.com\/wp-content\/uploads\/2026\/02\/Gemini_Generated_Image_65w2ih65w2ih65w2.png\",\"contentUrl\":\"https:\/\/blog.clickpanda.com\/wp-content\/uploads\/2026\/02\/Gemini_Generated_Image_65w2ih65w2ih65w2.png\",\"width\":1024,\"height\":1024,\"caption\":\"El flujo act \u2192 observe \u2192 extract de Stagehand permite que la IA interact\u00fae con tu web como un usuario real, reduciendo la fragilidad de los selectores tradicionales.\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/blog.clickpanda.com\/ia\/tests-e2e-ia-stagehand-browserbase-guia\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\/\/blog.clickpanda.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Tests E2E con IA y Stagehand: automatiza tu web con lenguaje natural\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/blog.clickpanda.com\/en\/#website\",\"url\":\"https:\/\/blog.clickpanda.com\/en\/\",\"name\":\"ClickPanda Blog\",\"description\":\"Noticias y novedades del mundo digital con ClickPanda\",\"publisher\":{\"@id\":\"https:\/\/blog.clickpanda.com\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/blog.clickpanda.com\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/blog.clickpanda.com\/en\/#organization\",\"name\":\"ClickPanda Blog\",\"url\":\"https:\/\/blog.clickpanda.com\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/blog.clickpanda.com\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/blog.clickpanda.com\/wp-content\/uploads\/2018\/10\/correo.jpg\",\"contentUrl\":\"https:\/\/blog.clickpanda.com\/wp-content\/uploads\/2018\/10\/correo.jpg\",\"width\":1000,\"height\":541,\"caption\":\"ClickPanda Blog\"},\"image\":{\"@id\":\"https:\/\/blog.clickpanda.com\/en\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/blog.clickpanda.com\/en\/#\/schema\/person\/65b603e17cb666be4ef630cf37340185\",\"name\":\"ClickPanda\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/blog.clickpanda.com\/en\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/82d37212d6d3a48c3a15ebca75a9a672f19a5a65ebcad578992e9a9467dd632a?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/82d37212d6d3a48c3a15ebca75a9a672f19a5a65ebcad578992e9a9467dd632a?s=96&d=mm&r=g\",\"caption\":\"ClickPanda\"},\"sameAs\":[\"https:\/\/blog.clickpanda.com\"],\"url\":\"https:\/\/blog.clickpanda.com\/en\/author\/clickpadmin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Tests E2E con IA y Stagehand: automatiza tu web con lenguaje natural","description":"Aprende a crear pruebas E2E con IA usando Stagehand (Browserbase): tests en lenguaje natural que imitan a un usuario real (act, extract, observe), consejos para que no sean fr\u00e1giles y c\u00f3mo montar un entorno de pruebas s\u00f3lido con ClickPanda.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/blog.clickpanda.com\/en\/ia\/tests-e2e-ia-stagehand-browserbase-guide\/","og_locale":"en_US","og_type":"article","og_title":"Tests E2E con IA y Stagehand: automatiza tu web con lenguaje natural","og_description":"Aprende a crear pruebas E2E con IA usando Stagehand (Browserbase): tests en lenguaje natural que imitan a un usuario real (act, extract, observe), consejos para que no sean fr\u00e1giles y c\u00f3mo montar un entorno de pruebas s\u00f3lido con ClickPanda.","og_url":"https:\/\/blog.clickpanda.com\/en\/ia\/tests-e2e-ia-stagehand-browserbase-guide\/","og_site_name":"ClickPanda Blog","article_published_time":"2026-02-11T19:19:30+00:00","article_modified_time":"2026-02-11T19:21:40+00:00","og_image":[{"width":1024,"height":1024,"url":"https:\/\/blog.clickpanda.com\/wp-content\/uploads\/2026\/02\/Gemini_Generated_Image_65w2ih65w2ih65w2.png","type":"image\/png"}],"author":"ClickPanda","twitter_card":"summary_large_image","twitter_misc":{"Written by":"ClickPanda","Est. reading time":"10 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/blog.clickpanda.com\/ia\/tests-e2e-ia-stagehand-browserbase-guia\/#article","isPartOf":{"@id":"https:\/\/blog.clickpanda.com\/ia\/tests-e2e-ia-stagehand-browserbase-guia\/"},"author":{"name":"ClickPanda","@id":"https:\/\/blog.clickpanda.com\/en\/#\/schema\/person\/65b603e17cb666be4ef630cf37340185"},"headline":"Tests E2E con IA y Stagehand: automatiza tu web con lenguaje natural","datePublished":"2026-02-11T19:19:30+00:00","dateModified":"2026-02-11T19:21:40+00:00","mainEntityOfPage":{"@id":"https:\/\/blog.clickpanda.com\/ia\/tests-e2e-ia-stagehand-browserbase-guia\/"},"wordCount":1191,"publisher":{"@id":"https:\/\/blog.clickpanda.com\/en\/#organization"},"image":{"@id":"https:\/\/blog.clickpanda.com\/ia\/tests-e2e-ia-stagehand-browserbase-guia\/#primaryimage"},"thumbnailUrl":"https:\/\/blog.clickpanda.com\/wp-content\/uploads\/2026\/02\/Gemini_Generated_Image_65w2ih65w2ih65w2.png","keywords":["automatizaci\u00f3n web","browserbase","clickpanda","desarrollo web","ia","lenguaje natural","playwright","qa testing","stagehand","tests e2e"],"articleSection":["IA"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/blog.clickpanda.com\/ia\/tests-e2e-ia-stagehand-browserbase-guia\/","url":"https:\/\/blog.clickpanda.com\/ia\/tests-e2e-ia-stagehand-browserbase-guia\/","name":"Tests E2E con IA y Stagehand: automatiza tu web con lenguaje natural","isPartOf":{"@id":"https:\/\/blog.clickpanda.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/blog.clickpanda.com\/ia\/tests-e2e-ia-stagehand-browserbase-guia\/#primaryimage"},"image":{"@id":"https:\/\/blog.clickpanda.com\/ia\/tests-e2e-ia-stagehand-browserbase-guia\/#primaryimage"},"thumbnailUrl":"https:\/\/blog.clickpanda.com\/wp-content\/uploads\/2026\/02\/Gemini_Generated_Image_65w2ih65w2ih65w2.png","datePublished":"2026-02-11T19:19:30+00:00","dateModified":"2026-02-11T19:21:40+00:00","description":"Aprende a crear pruebas E2E con IA usando Stagehand (Browserbase): tests en lenguaje natural que imitan a un usuario real (act, extract, observe), consejos para que no sean fr\u00e1giles y c\u00f3mo montar un entorno de pruebas s\u00f3lido con ClickPanda.","breadcrumb":{"@id":"https:\/\/blog.clickpanda.com\/ia\/tests-e2e-ia-stagehand-browserbase-guia\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/blog.clickpanda.com\/ia\/tests-e2e-ia-stagehand-browserbase-guia\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/blog.clickpanda.com\/ia\/tests-e2e-ia-stagehand-browserbase-guia\/#primaryimage","url":"https:\/\/blog.clickpanda.com\/wp-content\/uploads\/2026\/02\/Gemini_Generated_Image_65w2ih65w2ih65w2.png","contentUrl":"https:\/\/blog.clickpanda.com\/wp-content\/uploads\/2026\/02\/Gemini_Generated_Image_65w2ih65w2ih65w2.png","width":1024,"height":1024,"caption":"El flujo act \u2192 observe \u2192 extract de Stagehand permite que la IA interact\u00fae con tu web como un usuario real, reduciendo la fragilidad de los selectores tradicionales."},{"@type":"BreadcrumbList","@id":"https:\/\/blog.clickpanda.com\/ia\/tests-e2e-ia-stagehand-browserbase-guia\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/blog.clickpanda.com\/"},{"@type":"ListItem","position":2,"name":"Tests E2E con IA y Stagehand: automatiza tu web con lenguaje natural"}]},{"@type":"WebSite","@id":"https:\/\/blog.clickpanda.com\/en\/#website","url":"https:\/\/blog.clickpanda.com\/en\/","name":"ClickPanda Blog","description":"Noticias y novedades del mundo digital con ClickPanda","publisher":{"@id":"https:\/\/blog.clickpanda.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/blog.clickpanda.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/blog.clickpanda.com\/en\/#organization","name":"ClickPanda Blog","url":"https:\/\/blog.clickpanda.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/blog.clickpanda.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/blog.clickpanda.com\/wp-content\/uploads\/2018\/10\/correo.jpg","contentUrl":"https:\/\/blog.clickpanda.com\/wp-content\/uploads\/2018\/10\/correo.jpg","width":1000,"height":541,"caption":"ClickPanda Blog"},"image":{"@id":"https:\/\/blog.clickpanda.com\/en\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/blog.clickpanda.com\/en\/#\/schema\/person\/65b603e17cb666be4ef630cf37340185","name":"ClickPanda","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/blog.clickpanda.com\/en\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/82d37212d6d3a48c3a15ebca75a9a672f19a5a65ebcad578992e9a9467dd632a?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/82d37212d6d3a48c3a15ebca75a9a672f19a5a65ebcad578992e9a9467dd632a?s=96&d=mm&r=g","caption":"ClickPanda"},"sameAs":["https:\/\/blog.clickpanda.com"],"url":"https:\/\/blog.clickpanda.com\/en\/author\/clickpadmin\/"}]}},"_links":{"self":[{"href":"https:\/\/blog.clickpanda.com\/en\/wp-json\/wp\/v2\/posts\/12450","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.clickpanda.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.clickpanda.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.clickpanda.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.clickpanda.com\/en\/wp-json\/wp\/v2\/comments?post=12450"}],"version-history":[{"count":7,"href":"https:\/\/blog.clickpanda.com\/en\/wp-json\/wp\/v2\/posts\/12450\/revisions"}],"predecessor-version":[{"id":12459,"href":"https:\/\/blog.clickpanda.com\/en\/wp-json\/wp\/v2\/posts\/12450\/revisions\/12459"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/blog.clickpanda.com\/en\/wp-json\/wp\/v2\/media\/12456"}],"wp:attachment":[{"href":"https:\/\/blog.clickpanda.com\/en\/wp-json\/wp\/v2\/media?parent=12450"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.clickpanda.com\/en\/wp-json\/wp\/v2\/categories?post=12450"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.clickpanda.com\/en\/wp-json\/wp\/v2\/tags?post=12450"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}