task_id stringlengths 1 3 | task_description stringlengths 18 356 | task_type stringclasses 4
values | start_url stringclasses 5
values | steps stringclasses 18
values | require_login bool 2
classes | eval stringlengths 95 714 |
|---|---|---|---|---|---|---|
1 | Navigate to the 'Gear > Watches' category listing and return only the name of the first product by ascending position. | lookup | __SHOPPING__ | 3 | false | {"eval_type": ["string_match"], "string_match": {"match_type": "exact", "match_value": "Aim Analog Watch"}} |
2 | Rate the product "Hero Hoodie" with 4 stars. | operation | __SHOPPING__ | 9 | true | {"eval_type": ["dom_match"], "dom_match": {"url": "__LMS__/review/customer/", "dom_extractor": "[...document.querySelectorAll('tbody tr')].some(row => row.querySelector('td[data-th=\"Product Name\"] .product-name a')?.innerText.trim() === 'Hero Hoodie' && row.querySelector('td[data-th=\"Rating\"] .rating-summary .ratin... |
3 | Go to the "Women > Pants" category and open the detail page of the 13th listed product, based on ascending position in the listing. | lookup | __SHOPPING__ | 4 | false | {"eval_type": ["url_match"], "url_match": {"match_type": "exact", "match_value": "__LMS__/portia-capri.html"}} |
4 | Purchase 3 units of 'Push It Messenger Bag' using the cheapest shipping method and return only the total order value. | operation | __SHOPPING__ | 12 | true | {"eval_type": ["string_match"], "string_match": {"match_type": "contains", "match_value": "$135.00"}} |
5 | Create a new customer account | form | __SHOPPING__ | 8 | false | {"eval_type": ["dom_match"], "dom_match": {"url": "last", "dom_extractor": "document.querySelector('span.logged-in')?.innerText", "match_type": "contains", "match_value": "Welcome,", "description": "Check if the user is logged in by verifying the presence of 'Welcome,' text."}} |
6 | Add the product "Push It Messenger Bag" to the shopping cart and navigate to the cart page. | operation | __SHOPPING__ | 6 | false | {"eval_type": ["url_match"], "url_match": {"match_type": "contains", "match_value": "checkout/cart"}} |
7 | Subscribe to the website via the subscription field with email "account.test.4@mynes.com" | operation | __SHOPPING__ | 3 | false | {"eval_type": ["dom_match"], "dom_match": {"url": "last", "dom_extractor": "document.querySelector('.message-success.success.message > div').innerText", "match_type": "contains", "match_value": "Thank you for your subscription.", "description": "Verify that the success message 'Thank you for your subscription.' is disp... |
8 | Navigate to Watches, apply filter results by price $40โ$49.99. | lookup | __SHOPPING__ | 8 | false | {"eval_type": ["dom_match"], "dom_match": {"url": "last", "dom_extractor": "document.querySelector('.filter-current .filter-value')?.innerText", "match_type": "exact", "match_value": "$40.00 - $49.99", "description": "Verify the price filter $40.00โ$49.99 is applied."}} |
9 | Place an order as a guest and reach the checkout success page. | operation | __SHOPPING__ | 17 | false | {"eval_type": ["url_match"], "url_match": {"match_type": "contains", "match_value": "checkout/onepage/success"}} |
10 | Save the product 'Josie Yoga Jacket' to wishlist. | operation | __SHOPPING__ | 6 | true | {"eval_type": ["dom_match"], "dom_match": {"url": "__SHOPPING__/wishlist/", "dom_extractor": "[...document.querySelectorAll('strong.product-item-name a')].some(a => a.innerText.includes('Josie Yoga Jacket'))", "match_type": "exact", "match_value": true, "description": ""}} |
11 | Place an order for any available product on behalf of the user with the email address 'account.test.2@mynes.com' | operation | __SHOPPING_ADMIN__ | 12 | true | {"eval_type": ["dom_match"], "dom_match": {"url": "last", "dom_extractor": "document.querySelector('[data-ui-id=\"messages-message-success\"]').innerText", "match_type": "contains", "match_value": "You created the order.", "description": ""}} |
12 | Navigate to the latest comment for order #000000003 and return the latest comment text only. | lookup | __SHOPPING_ADMIN__ | 4 | true | {"eval_type": ["string_match"], "string_match": {"match_type": "exact", "match_value": "Your order has been received."}} |
13 | Open order #000000004 and return the tracking number only from its tracking details page. | lookup | __SHOPPING_ADMIN__ | 5 | true | {"eval_type": ["string_match"], "string_match": {"match_type": "exact", "match_value": "0968774816"}} |
14 | Apply coupon code "save5percent" to the product "Erika Running Short" (size 32, color Red) and return the final total price only. | operation | __SHOPPING__ | 9 | false | {"eval_type": ["string_match"], "string_match": {"match_type": "contains", "match_value": "42.75"}} |
15 | Create a cart price rule named '10% Off on Orders Over $15' with the coupon code 'save10percentfororderover15dollar' for the Main Website and the General customer group.
The rule must give 10% off for orders with a subtotal of $15 or more.
After creating the rule, open its edit page and expand (click to open) both the ... | operation | __SHOPPING_ADMIN__ | 15 | true | {"eval_type": ["string_match", "dom_match"], "string_match": {"match_type": "contains", "match_value": "18.05"}, "dom_match": {"url": "last", "dom_extractor": "(document.querySelector('#conditions__1--1__operator')?.selectedOptions[0]?.textContent.trim() === 'equals or greater than' && document.querySelector('#conditio... |
16 | Create a product named "Bag hand made" with the attribute set "Bag", priced at $30, quantity 100, marked as in stock, assigned to the "Bag" category, and make it visible on the storefront. | operation | __SHOPPING_ADMIN__ | 18 | true | {"eval_type": ["dom_match"], "dom_match": {"url": "__SHOPPING__/bag-hand-made.html", "dom_extractor": "document.querySelector('span[data-price-type=\"finalPrice\"]').innerText", "match_type": "exact", "match_value": "$30.00", "description": ""}} |
17 | Change the stock status of the product "Endurance Watch" to "Out of Stock." | operation | __SHOPPING_ADMIN__ | 9 | true | {"eval_type": ["dom_match"], "dom_match": {"url": "__SHOPPING__/endurance-watch.html", "dom_extractor": "document.querySelector('div.stock.unavailable span').innerText.trim()", "match_type": "exact", "match_value": "OUT OF STOCK", "description": ""}} |
18 | Go to page 2 of the Women > Pants listing and return the number of products displayed on that page. | Lookup | __SHOPPING__ | 4 | false | {"eval_type": ["string_match"], "string_match": {"match_type": "contains", "match_value": "1"}} |
19 | Disable the product 'Compete Track Tote'. | operation | __SHOPPING_ADMIN__ | 8 | true | {"eval_type": ["dom_match"], "dom_match": {"url": "__SHOPPING__/compete-track-tote.html", "dom_extractor": "document.querySelector('span[data-ui-id=\"page-title-wrapper\"]').innerText;", "match_type": "contains", "match_value": "Whoops, our bad...", "description": ""}} |
20 | Enable the product 'Voyage Yoga Bag'. | operation | __SHOPPING_ADMIN__ | 8 | true | {"eval_type": ["dom_match"], "dom_match": {"url": "__SHOPPING__/voyage-yoga-bag.html", "dom_extractor": "document.querySelector('span[data-ui-id=\"page-title-wrapper\"]').innerText;", "match_type": "contains", "match_value": "Voyage Yoga Bag", "description": ""}} |
21 | Modify content heading of About US page to 'About Our Company' | operation | __SHOPPING_ADMIN__ | 7 | true | {"eval_type": ["dom_match"], "dom_match": {"url": "__SHOPPING__/about-us", "dom_extractor": "document.querySelector('span[data-ui-id=\"page-title-wrapper\"]').innerText;", "match_type": "exact", "match_value": "About Our Company", "description": ""}} |
22 | Compare two products 'Rival Field Messenger' and 'Fusion Backpack' | operation | __SHOPPING__ | 8 | false | {"eval_type": ["dom_match"], "dom_match": {"url": "__SHOPPING__/catalog/product_compare/", "dom_extractor": "[...document.querySelectorAll('td.cell.product.info a')].map(a => a.title).some(t => ['Rival Field Messenger', 'Fusion Backpack'].includes(t))", "match_type": "exact", "match_value": true, "description": ""}} |
23 | Perform Full Refund Using Default Values for Order "000000009" | operation | __SHOPPING_ADMIN__ | 6 | true | {"eval_type": ["dom_match"], "dom_match": {"url": "__SHOPPING_ADMIN__/sales/order/view/order_id/9", "dom_extractor": "document.querySelector('#order_history_block .note-list-comment').innerText", "match_type": "exact", "match_value": "We refunded $63.71 offline.", "description": ""}} |
24 | Perform partial refund using default values for product 'Josie Yoga Jacket (Size XL, Gray)' in Order '000000010' . | operation | __SHOPPING_ADMIN__ | 7 | true | {"eval_type": ["dom_match"], "dom_match": {"url": "__SHOPPING_ADMIN__/sales/order/view/order_id/10", "dom_extractor": "document.querySelector('#order_history_block .note-list-comment').innerText", "match_type": "contains", "match_value": "We refunded $56.25 offline", "description": ""}} |
25 | Reorder the most recent order of customer 'Veronica Costello' and return the Grand Total price of the new order. | operation | __SHOPPING_ADMIN__ | 4 | true | {"eval_type": ["string_match", "dom_match"], "string_match": {"match_type": "contains", "match_value": "63.71"}, "dom_match": {"url": "last", "dom_extractor": "document.querySelector('#order_history_block .note-list-comment').innerText", "match_type": "contains", "match_value": "Order Placed by Admin User using Admin P... |
26 | Reorder the very first order associated with my account. | operation | __SHOPPING__ | 8 | true | {"eval_type": ["dom_match"], "dom_match": {"url": "__SHOPPING__/sales/order/history/", "dom_extractor": "document.querySelector('td.col.total .price').innerText", "match_type": "exact", "match_value": "$50.00", "description": ""}} |
27 | Update the heading on the Customer Service CMS page from 'Luma Delivery and Returns' to 'Luna Service Team'. | operation | __SHOPPING_ADMIN__ | 10 | true | {"eval_type": ["dom_match"], "dom_match": {"url": "__SHOPPING__/customer-service", "dom_extractor": "document.querySelector('.customer-service.cms-content h2').innerText", "match_type": "exact", "match_value": "Luna Service Team", "description": ""}} |
28 | Create a new CMS page 'Store Location' | operation | __SHOPPING_ADMIN__ | 6 | true | {"eval_type": ["dom_match"], "dom_match": {"url": "__SHOPPING__/store-location", "dom_extractor": "document.querySelector('.breadcrumbs ul.items li.item.cms_page strong').innerText", "match_type": "exact", "match_value": "Store Location", "description": ""}} |
29 | Update the price of the product with SKU 24-WG088 to $15. | operation | __SHOPPING_ADMIN__ | 8 | true | {"eval_type": ["dom_match"], "dom_match": {"url": "__SHOPPING__/sprite-foam-roller.html", "dom_extractor": "document.querySelector('#product-price-22 .price').innerText", "match_type": "contains", "match_value": "$15.00", "description": ""}} |
30 | Update the URL key of the product "Overnight Duffle" to overnight-duffle-bag and save the changes | operation | __SHOPPING_ADMIN__ | 6 | true | {"eval_type": ["dom_match"], "dom_match": {"type": "dom_match", "url": "__SHOPPING__/overnight-duffle-bag.html", "dom_extractor": "document.querySelector('[data-ui-id=\"page-title-wrapper\"]')?.innerText", "match_type": "exact", "match_value": "Overnight Duffle", "description": "Verify the product page is accessible af... |
31 | Create a new project named : "Demo Website" | operation | __PROJECT__ | 4 | true | {"eval_type": ["dom_match"], "dom_match": {"url": "last", "dom_extractor": "document.querySelector('#flash_notice').innerText", "match_type": "exact", "match_value": "Successful creation.", "description": ""}} |
32 | Update the description of project "Demo Shop" to "Demo Shop is an eCommerce website based on the Magento platform." | operation | __PROJECT__ | 5 | true | {"eval_type": ["dom_match"], "dom_match": {"url": "__PROJECT__/projects/demo-shop", "dom_extractor": "document.querySelector('.wiki p').innerText", "match_type": "exact", "match_value": "Demo Shop is an eCommerce website based on the Magento platform.", "description": ""}} |
33 | Disable WIKI module in Demo Shop project | operation | __PROJECT__ | 5 | true | {"eval_type": ["dom_match"], "dom_match": {"url": "__PROJECT__/projects/demo-shop/wiki", "dom_extractor": "document.querySelector('#errorExplanation').innerText;", "match_type": "contains", "match_value": "You are not authorized to access this page.", "description": ""}} |
34 | Enable the "News" module in the "Demo Shop" project, then create a new news item titled "Project Sponsorship Announcement" | operation | __PROJECT__ | 5 | true | {"eval_type": ["dom_match"], "dom_match": {"url": "__PROJECT__/projects/demo-shop/news", "dom_extractor": "document.querySelector('.news-article h3 a').innerText", "match_type": "contains", "match_value": "Official Customer Demo Scheduled for Next Thursday", "description": ""}} |
35 | Close the Demo App project. | operation | __PROJECT__ | 5 | true | {"eval_type": ["dom_match"], "dom_match": {"url": "__PROJECT__/projects/demo-app", "dom_extractor": "document.querySelector('p.warning').innerText;", "match_type": "exact", "match_value": "This project is closed and read-only.", "description": ""}} |
36 | Create a new user. | form | __PROJECT__ | 14 | false | {"eval_type": ["dom_match"], "dom_match": {"url": "last", "dom_extractor": "document.querySelector('#flash_error').innerText", "match_type": "contains", "match_value": "Your account was created and is now pending administrator approval.", "description": ""}} |
37 | Assign user with email "nguyen.nguyen.6bk@gmail.com" to project "Demo Shop" with role "Developer" | operation | __PROJECT__ | 7 | true | {"eval_type": ["dom_match"], "dom_match": {"url": "__PROJECT__/users/6", "dom_extractor": "document.querySelector('tbody tr:last-child td.project.name a').innerText", "match_type": "exact", "match_value": "Demo Shop", "description": ""}} |
38 | Enforce a password change on next login for the user whose email is "account.test.3@mynes.com". | operation | __PROJECT__ | 5 | true | {"eval_type": ["dom_match"], "dom_match": {"url": "__PROJECT__/users/7/edit", "dom_extractor": "document.querySelector('#user_must_change_passwd').value", "match_type": "exact", "match_value": "1", "description": ""}} |
39 | Register a new user with email "account.test.1@mynes.com" | form | __PROJECT__ | 12 | true | {"eval_type": ["dom_match"], "dom_match": {"url": "__PROJECT__/users", "dom_extractor": "document.querySelector('tr.user:first-of-type td.mail').innerText;", "match_type": "exact", "match_value": "account.test.1@mynes.com", "description": ""}} |
40 | Display the "Status" column in the user list | operation | __PROJECT__ | 6 | true | {"eval_type": ["dom_match"], "dom_match": {"url": "last", "dom_extractor": "document.querySelector('th.status').innerText", "match_type": "exact", "match_value": "Status", "description": ""}} |
41 | Create new version "version3" for project "Demo Shop" | operation | __PROJECT__ | 7 | true | {"eval_type": ["dom_match"], "dom_match": {"url": "__PROJECT__/projects/demo-shop/settings/versions", "dom_extractor": "document.querySelector('tr.version:last-of-type td.name').innerText", "match_type": "exact", "match_value": "version3", "description": ""}} |
42 | Assign feature "3" to version "version2" in project "Demo Shop" | operation | __PROJECT__ | 7 | true | {"eval_type": ["dom_match"], "dom_match": {"url": "__PROJECT__/issues/3", "dom_extractor": "document.querySelector('div.fixed-version.attribute div.value a').innerText", "match_type": "exact", "match_value": "version2", "description": ""}} |
43 | Create a custom field named 'Environment' for the 'Bug' tracker across all projects, using a dropdown list with the values Internal, UAT, and Production. | operation | __PROJECT__ | 16 | true | {"eval_type": ["dom_match"], "dom_match": {"url": "__PROJECT__/issues/4/edit", "dom_extractor": "document.getElementById([...document.querySelectorAll('label')].find(l => l.querySelector('span')?.textContent.trim() === 'Environment')?.getAttribute('for'))?.innerHTML", "match_type": "contains", "match_value": ["Internal... |
44 | Create a custom field named "Start Date" of type Date in the "Projects" module, and make it visible to all users. | operation | __PROJECT__ | 10 | true | {"eval_type": ["dom_match"], "dom_match": {"url": "__PROJECT__/projects/demo-shop/settings", "dom_extractor": "document.querySelector(`input#${[...document.querySelectorAll('label')].find(l => l.querySelector('span')?.textContent.trim() === 'Start Date')?.getAttribute('for')}`)?.getAttribute('type')", "match_type": "ex... |
45 | Modify the workflow for Developers in the Bug Tracker so that they cannot transition issues from New to the Closed status. | operation | __PROJECT__ | 8 | true | {"eval_type": ["dom_match"], "dom_match": {"url": "__PROJECT__/workflows/edit?role_id[]=4&tracker_id[]=1&used_statuses_only=0&used_statuses_only=1", "dom_extractor": "document.getElementById('transitions_1_5_always').checked", "match_type": "exact", "match_value": false, "description": ""}} |
46 | Configure the workflow to allow users with the "Developer" role to transition a bug from the "Rejected" status back to "In Progress". | operation | __PROJECT__ | 8 | true | {"eval_type": ["dom_match"], "dom_match": {"url": "__PROJECT__/workflows/edit?role_id[]=4&tracker_id[]=1&used_statuses_only=0&used_statuses_only=1", "dom_extractor": "document.getElementById('transitions_6_2_always').checked", "match_type": "exact", "match_value": true, "description": ""}} |
47 | Configure the workflow to allow users with the "Manager" role to transition issues in the "Feature" tracker from the "Closed" status back to "New". | operation | __PROJECT__ | 8 | true | {"eval_type": ["dom_match"], "dom_match": {"url": "__PROJECT__/workflows/edit?role_id[]=3&tracker_id[]=2&used_statuses_only=0", "dom_extractor": "document.getElementById('transitions_5_1_always').checked", "match_type": "exact", "match_value": true, "description": ""}} |
48 | Create a new role named "QC", and configure the workflow so that users with this role can set issues in the "Bug" tracker to the "In Progress" status. | operation | __PROJECT__ | 18 | true | {"eval_type": ["dom_match"], "dom_match": {"url": "last", "dom_extractor": "document.getElementById('transitions_0_2_always').checked", "match_type": "exact", "match_value": true, "description": ""}} |
49 | Rename role "Testing" to "QA". | operation | __PROJECT__ | 5 | true | {"eval_type": ["dom_match"], "dom_match": {"url": "__PROJECT__/roles", "dom_extractor": "[...document.querySelectorAll('.ui-sortable .givable .name')].some(el => el.textContent.includes('QA'))", "match_type": "exact", "match_value": true, "description": ""}} |
50 | Create a new status "Pending" for Issue | operation | __PROJECT__ | 5 | true | {"eval_type": ["dom_match"], "dom_match": {"url": "__PROJECT__/issue_statuses", "dom_extractor": "[...document.querySelectorAll('.ui-sortable .name')].some(el => el.textContent.includes('Pending'))", "match_type": "exact", "match_value": true, "description": ""}} |
51 | Create a custom field named "Test Case Link" of type Link in the Bug Tracker module, visible to all users and applicable to all projects. | operation | __PROJECT__ | 10 | true | {"eval_type": ["dom_match"], "dom_match": {"url": "__PROJECT__/custom_fields?tab=IssueCustomField", "dom_extractor": "[...document.querySelectorAll('a')].find(a => a.textContent.trim() === 'Test Case Link')?.closest('tr')?.children[1]?.textContent.trim()", "match_type": "exact", "match_value": "Link", "description": ""... |
52 | Move the "Closed" issue status to the last position in the "Issue statuses" board configuration. | operation | __PROJECT__ | 4 | true | {"eval_type": ["dom_match"], "dom_match": {"url": "__PROJECT__/issue_statuses", "dom_extractor": "document.querySelector('tbody tr:last-child .name').innerText", "match_type": "exact", "match_value": "Closed", "description": ""}} |
53 | Create a new quotation for customer "Abigail Peterson" with 1 unit of the product "Cheese Burger" | operation | __ERP__ | 4 | true | {"eval_type": ["dom_match"], "dom_match": {"url": "__ERP__/web#action=485&model=sale.order&view_type=list&cids=1&menu_id=305", "dom_extractor": "document.querySelector('tbody.ui-sortable tr.o_data_row div[name=\"amount_total\"]').innerText", "match_type": "exact", "match_value": "$ 8.05", "description": "Verify the tot... |
54 | Convert quotation "S00003" to a confirmed sales order. | operation | __ERP__ | 5 | true | {"eval_type": ["dom_match"], "dom_match": {"url": "__ERP__/web#id=3&menu_id=305&action=485&model=sale.order&view_type=form", "dom_extractor": "Array.from(document.querySelectorAll('button[role=\"radio\"]')).find(btn => btn.textContent.trim() === 'Sales Order')?.getAttribute('aria-checked') === 'true'", "match_type": "e... |
55 | Create a new product named 'Pizza Pineapple' and set its sale price to 10 dollars. | operation | __ERP__ | 9 | true | {"eval_type": ["dom_match"], "dom_match": {"url": "__ERP__/web#action=498&model=product.template&view_type=kanban&menu_id=315", "dom_extractor": "Array.from(document.querySelectorAll('.oe_kanban_details')).find(c => c.querySelector('.o_kanban_record_title span')?.textContent.trim() === 'Pizza Pineapple')?.querySelector... |
56 | Create a new restaurant floor layout named 'Ground Floor' for Restaurant | operation | __ERP__ | 10 | true | {"eval_type": ["dom_match"], "dom_match": {"url": "__ERP__/pos/ui?config_id=2#cids=1", "dom_extractor": "!!Array.from(document.querySelectorAll('.floor-selector button')).find(btn => btn.textContent.trim() === 'Main Floor')", "match_type": "exact", "match_value": true, "description": "Verify that the 'Main Floor' butto... |
57 | Add a new table named 'Table 5' to floor 'Second Floor' of NYC Shop | operation | __ERP__ | 10 | true | {"eval_type": ["dom_match"], "dom_match": {"url": "__ERP__/web?reload=true#id=5&cids=1&menu_id=251&action=408&model=restaurant.floor&view_type=form", "dom_extractor": "[...document.querySelectorAll('tbody.ui-sortable tr.o_data_row')].some(tr => tr.querySelector('td[name=\"name\"]')?.innerText.includes('Table 5'))", "ma... |
58 | Create a Point of Sale named 'Purple Shop' | operation | __ERP__ | 8 | true | {"eval_type": ["dom_match"], "dom_match": {"url": "__ERP__/web?reload=true#action=395&model=pos.config&view_type=list&cids=1&menu_id=243", "dom_extractor": "!!Array.from(document.querySelectorAll('tbody.ui-sortable tr')).find(tr => tr.querySelector('td[name=\"name\"]')?.textContent.trim() === 'Purple Shop')", "match_ty... |
59 | Start a new Point of Sale session for "New Shop" | operation | __ERP__ | 7 | true | {"eval_type": ["dom_match"], "dom_match": {"url": "__ERP__/web?reload=true#action=394&model=pos.config&view_type=kanban&cids=1&menu_id=223", "dom_extractor": "!!Array.from(document.querySelectorAll('.o_kanban_record')).find(card => card.textContent.includes('NYC Shop') && card.querySelector('button')?.textContent.trim(... |
60 | Close the current PoS session for 'NM Shop', automatically validating any open or unpaid orders. | operation | __ERP__ | 12 | true | {"eval_type": ["dom_match"], "dom_match": {"url": "__ERP__/web?reload=true#action=394&model=pos.config&view_type=kanban&cids=1&menu_id=223", "dom_extractor": "!!Array.from(document.querySelectorAll('.o_kanban_record')).find(card => card.textContent.includes('NM Shop') && card.querySelector('button')?.textContent.trim()... |
61 | Split the bill for "Table 3" in the Main Floor of the "Restaurant" by moving the item 'Cheese Burger' to a separate bill. | operation | __ERP__ | 8 | true | {"eval_type": ["dom_match"], "dom_match": {"url": "__ERP__/web?reload=true#action=380&model=pos.order&view_type=list&cids=1&menu_id=231", "dom_extractor": "document.querySelector('tr.o_data_row td[name=\"amount_total\"] span')?.innerText", "match_type": "exact", "match_value": "$ 8.05", "description": "Verify that the ... |
62 | Create a new lead for customer with email "account.test.2@mynes.com" interested in 'Website Design Services'. | operation | __ERP__ | 7 | true | {"eval_type": ["dom_match"], "dom_match": {"url": "__ERP__/web?reload=true#action=445&model=crm.lead&view_type=list&cids=1&menu_id=284", "dom_extractor": "!!Array.from(document.querySelectorAll('tr.o_data_row')).find(tr => tr.querySelector('td[name=\"email_from\"]')?.textContent.trim().includes('account.test.2@mynes.co... |
63 | Assign a salesperson "Marc Demo" to a lead "Website Development" | operation | __ERP__ | 7 | true | {"eval_type": ["dom_match"], "dom_match": {"url": "__ERP__/web?reload=true#action=445&model=crm.lead&view_type=list&cids=1&menu_id=284", "dom_extractor": "Array.from(document.querySelectorAll('tr.o_data_row')).find(tr => tr.querySelector('td[name=\"name\"]')?.textContent.trim() === 'Website Development')?.querySelector... |
64 | Create a regular invoice from the sales order with reference number S00021. | operation | __ERP__ | 8 | true | {"eval_type": ["dom_match"], "dom_match": {"url": "__ERP__/web?reload=true#action=484&model=sale.order&view_type=list&cids=1&menu_id=308", "dom_extractor": "Array.from(document.querySelectorAll('tr.o_data_row')).find(tr => tr.querySelector('td[name=\"name\"]')?.textContent.trim() === 'S00021')?.querySelector('td[name=\... |
65 | Register "Cash Restaurant" for invoice "INV/2025/00005" | operation | __ERP__ | 8 | true | {"eval_type": ["dom_match"], "dom_match": {"url": "__ERP__/web?reload=true#action=243&model=account.move&view_type=list&cids=1&menu_id=113", "dom_extractor": "Array.from(document.querySelectorAll('tr.o_data_row')).find(tr => tr.querySelector('td[name=\"name\"]')?.textContent.trim() === 'INV/2025/00005')?.querySelector(... |
66 | Create a new employee profile named "Employee 1" with the email "account.test.5@mynes.com". | operation | __ERP__ | 8 | true | {"eval_type": ["dom_match"], "dom_match": {"url": "__ERP__/web?reload=true#action=515&model=hr.employee&view_type=kanban&cids=1&menu_id=346", "dom_extractor": "Array.from(document.querySelectorAll('div.o_kanban_record')).find(card => card.textContent.includes('account.test.5@mynes.com'))?.querySelector('.o_kanban_recor... |
67 | Update the employee named "Employee 2" by setting their Job Position to "Web Developer" using the Job Position placeholder field. | operation | __ERP__ | 9 | true | {"eval_type": ["dom_match"], "dom_match": {"url": "__ERP__/web?reload=true#action=515&model=hr.employee&view_type=kanban&cids=1&menu_id=343", "dom_extractor": "Array.from(document.querySelectorAll('div.o_kanban_record')).find(card => card.textContent.includes('Employee 2'))?.querySelector('.o_kanban_record_subtitle spa... |
68 | Create new job position "QC Manager" | operation | __ERP__ | 10 | true | {"eval_type": ["dom_match"], "dom_match": {"url": "__ERP__/web?reload=true#action=511&model=hr.job&view_type=list&cids=1&menu_id=359", "dom_extractor": "[...document.querySelectorAll('tbody.ui-sortable tr.o_data_row')].some(tr => tr.querySelector('td[name=\"name\"]')?.innerText.includes('QC Manager'))", "match_type": "... |
69 | Create new employment type "Internship" | operation | __ERP__ | 9 | true | {"eval_type": ["dom_match"], "dom_match": {"url": "__ERP__/web?reload=true#action=510&model=hr.contract.type&view_type=list&cids=1&menu_id=360", "dom_extractor": "[...document.querySelectorAll('tbody.ui-sortable tr.o_data_row')].some(tr => tr.querySelector('td[name=\"name\"]')?.innerText.includes('Internship'))", "matc... |
70 | Move "Full-Time" to the first position in the list of employment types. | operation | __ERP__ | 8 | true | {"eval_type": ["dom_match"], "dom_match": {"url": "__ERP__/web?reload=true#action=510&model=hr.contract.type&view_type=list&cids=1&menu_id=360", "dom_extractor": "document.querySelector('tbody.ui-sortable tr.o_data_row td[name=\"name\"]').innerText", "match_type": "exact", "match_value": "Full-time", "description": "Ve... |
71 | Allocate 2 days of Paid Time Off exclusively to Cherry Nguyen. | operation | __ERP__ | 8 | true | {"eval_type": ["dom_match"], "dom_match": {"url": "__ERP__/web?reload=true#action=542&model=hr.leave.allocation&view_type=list&cids=1&menu_id=372", "dom_extractor": "document.querySelector('tr.o_data_row')?.querySelector('td[name=\"employee_id\"]')?.innerText.includes('Cherry Nguyen') ? document.querySelector('tr.o_dat... |
72 | List the names of all direct reports under Paul Williams in the org chart and return them as a comma-separated string. | operation | __ERP__ | 8 | true | {"eval_type": ["string_match"], "string_match": {"match_type": "contains", "match_value": ["Beth Evans", "Walter Horton"]}} |
73 | Create a new Time off type named 'Marriage Leave'. | operation | __ERP__ | 8 | true | {"eval_type": ["dom_match"], "dom_match": {"url": "__ERP__/web?reload=true#action=539&model=hr.leave.type&view_type=list&cids=1&menu_id=377", "dom_extractor": "!![...document.querySelectorAll('td[name=\"display_name\"]')].find(td => td.innerText.includes('Marriage Leave'))", "match_type": "exact", "match_value": true, ... |
74 | Approve all time off requests submitted by Anita Olivier. | operation | __ERP__ | 8 | true | {"eval_type": ["dom_match"], "dom_match": {"url": "__ERP__/web?reload=true#action=535&model=hr.leave&view_type=list&cids=1&menu_id=371", "dom_extractor": "!![...document.querySelectorAll('td[name=\"all_employee_ids\"] .o_tag_badge_text')].find(el => el.textContent.trim().includes('Anita Oliver'))", "match_type": "exact... |
75 | Activate the Project module from the Apps menu | operation | __ERP__ | 10 | true | {"eval_type": ["dom_match"], "dom_match": {"url": "__ERP__/web?reload=true#action=38&model=ir.module.module&view_type=list&cids=1&menu_id=15", "dom_extractor": "Array.from(document.querySelectorAll('tr.o_data_row')).find(tr => tr.querySelector('td[name=\"shortdesc\"]')?.textContent.trim() === 'Project')?.querySelector(... |
76 | Change the email address of "Alaska Company" to email "account.test.4@mynes.com". | operation | __ERP__ | 11 | true | {"eval_type": ["dom_match"], "dom_match": {"url": "__ERP__/web?debug=#action=52&model=res.company&view_type=kanban&cids=1&menu_id=57", "dom_extractor": "!![...document.querySelectorAll('.o_kanban_record')].find(div => div.innerText.includes('Alaska Company') && div.innerText.includes('account.test.4@mynes.com'))", "mat... |
77 | Create a stock adjustment for product 'Pizza Starfruit' with quantity 200 | operation | __ERP__ | 8 | true | {"eval_type": ["dom_match"], "dom_match": {"url": "__ERP__/web?debug=#action=498&model=product.template&view_type=list&cids=1&menu_id=315", "dom_extractor": "Array.from(document.querySelectorAll('tr.o_data_row')).find(tr => tr.querySelector('td[name=\"name\"]')?.textContent.trim() === 'Pizza Starfruit')?.querySelector(... |
78 | Duplicate the sales order S00006 | operation | __ERP__ | 6 | true | {"eval_type": ["dom_match"], "dom_match": {"url": "__ERP__/web?debug=#action=484&model=sale.order&view_type=list&cids=1&menu_id=308", "dom_extractor": "document.querySelector('tbody.ui-sortable tr.o_data_row td[name=\"amount_total\"]').innerText.trim()", "match_type": "exact", "match_value": "$ 862.50", "description": ... |
79 | Create a new warehouse location named 'Freezer Room'. | operation | __ERP__ | 8 | true | {"eval_type": ["dom_match"], "dom_match": {"url": "__ERP__/web?debug=#action=329&model=stock.warehouse&view_type=list&cids=1&menu_id=196", "dom_extractor": "[...document.querySelectorAll('tbody.ui-sortable tr.o_data_row')].some(tr => tr.querySelector('td[name=\"complete_name\"]')?.innerText.includes('Freezer Room'))", ... |
80 | Cancel the quotation S00004 | operation | __ERP__ | 6 | true | {"eval_type": ["dom_match"], "dom_match": {"url": "__ERP__/web?debug=#action=485&model=sale.order&view_type=list&cids=1&menu_id=307", "dom_extractor": "Array.from(document.querySelectorAll('tr.o_data_row')).find(tr => tr.querySelector('td[name=\"name\"]')?.textContent.trim() === 'S00033')?.querySelector('td[name=\"stat... |
81 | Change the stage of opportunity 'AI Agent Development' to 'Won'. | operation | __ERP__ | 6 | true | {"eval_type": ["dom_match"], "dom_match": {"url": "__ERP__/web?debug=#action=448&model=crm.lead&view_type=list&cids=1&menu_id=280", "dom_extractor": "Array.from(document.querySelectorAll('tr.o_data_row')).find(tr => tr.querySelector('td[name=\"name\"]')?.textContent.trim() === 'AI Agent Development')?.querySelector('td... |
82 | Terminate employee 'Employee 4' effective today. | operation | __ERP__ | 8 | true | {"eval_type": ["dom_match"], "dom_match": {"url": "__ERP__/web?debug=#id=23&cids=1&menu_id=346&action=515&model=hr.employee&view_type=form", "dom_extractor": "document.querySelector('.o_content span').innerText", "match_type": "exact", "match_value": "ARCHIVED", "description": "Verify that the employee's status is show... |
83 | Send a message to user "Alice Lam" with the content "Please review the sales report." | operation | __ERP__ | 4 | true | {"eval_type": ["dom_match"], "dom_match": {"url": "__ERP__/web#action=119&cids=1&menu_id=76&active_id=discuss.channel_6", "dom_extractor": "[...document.querySelectorAll('div.o-mail-Message p')].pop().innerText.trim()", "match_type": "exact", "match_value": "Please review the sales report.", "description": "Verify that... |
84 | Start a new channel named "Dev Team Chat". | operation | __ERP__ | 4 | true | {"eval_type": ["dom_match"], "dom_match": {"url": "__ERP__/web?reload=true#action=119&cids=1&menu_id=76", "dom_extractor": "[...document.querySelectorAll('button.o-mail-DiscussSidebarChannel')].some(btn => btn.innerText.includes('Dev Team Chat'))", "match_type": "exact", "match_value": true, "description": "Verify that... |
85 | Add Alice Lam and Marc Demo to an existing channel called 'QC Team'. | operation | __ERP__ | 6 | true | {"eval_type": ["dom_match"], "dom_match": {"url": "__ERP__/web?reload=true#action=119&cids=1&menu_id=76&active_id=discuss.channel_7", "dom_extractor": "[...document.querySelectorAll('.o_mail_notification')].map(div => div.innerText).some(t => t.includes('invited') && t.includes('Alice Lam')) && [...document.querySelect... |
86 | Send a message "Standup at 9 AM" in channel "Company Portal". | operation | __ERP__ | 4 | true | {"eval_type": ["dom_match"], "dom_match": {"url": "__ERP__/web#action=119&cids=1&menu_id=76&active_id=discuss.channel_10", "dom_extractor": "[...document.querySelectorAll('div.o-mail-Message p')].pop().innerText.trim()", "match_type": "exact", "match_value": "Standup at 9 AM", "description": "Verify that the last messa... |
87 | React to the latest message in 'Company Portal' with a 'thumbs up' emoji. | operation | __ERP__ | 5 | true | {"eval_type": ["dom_match"], "dom_match": {"url": "__ERP__/web#action=119&cids=1&menu_id=76&active_id=discuss.channel_10", "dom_extractor": "[...document.querySelectorAll('button.o-mail-MessageReaction')].at(-1)?.querySelector('span').innerText", "match_type": "exact", "match_value": "๐", "description": "Verify that t... |
88 | Mention user "Marc Demo" in a message inside channel "Company Portal". | operation | __ERP__ | 5 | true | {"eval_type": ["dom_match"], "dom_match": {"url": "__ERP__/web#action=119&cids=1&menu_id=76&active_id=discuss.channel_10", "dom_extractor": "[...document.querySelectorAll('div.o-mail-Message')].pop().innerText.includes('@Marc Demo')", "match_type": "exact", "match_value": true, "description": "Verify that the most rece... |
89 | Find the content of the latest pinned message in "Company Portal" and return the text only. | operation | __ERP__ | 4 | true | {"eval_type": ["string_match"], "string_match": {"match_type": "contains", "match_value": "Status meeting at 9:00 in the morning"}} |
90 | Find the status of the sales record with reference S00002 and return the value only. | lookup | __ERP__ | 3 | true | {"eval_type": ["string_match"], "string_match": {"match_type": "exact", "match_value": "Quotation"}} |
91 | Find the untaxed total amount of sales order S00004 and return the value only. | lookup | __ERP__ | 6 | true | {"eval_type": ["string_match"], "string_match": {"match_type": "contains", "match_value": "2,240.00"}} |
92 | Find the weight of the product 'Office Chair Black' and return the value only. | lookup | __ERP__ | 8 | true | {"eval_type": ["string_match"], "string_match": {"match_type": "exact", "match_value": "0.01"}} |
93 | Find the shipping policy for sales order S00004 and return the policy text only. | lookup | __ERP__ | 6 | true | {"eval_type": ["string_match"], "string_match": {"match_type": "exact", "match_value": "As soon as possible"}} |
94 | Find the most recent school attended by Tina Williamson in the Education section and return only the school name. | lookup | __ERP__ | 8 | true | {"eval_type": ["string_match"], "string_match": {"match_type": "contains", "match_value": "Wycheproof P-12 College"}} |
95 | View the work address of employee "Randall Lewis." | lookup | __ERP__ | 6 | true | {"eval_type": ["dom_match"], "dom_match": {"url": "last", "dom_extractor": "document.querySelector('[name=\"address_id\"] .o_field_many2one_extra')?.innerText.trim()", "match_type": "contains", "match_value": ["250 Executive Park Blvd, Suite 3400", "San Francisco CA 94134", "United States"], "description": "Verify that... |
96 | Find the parental leave days for Ronnie Hart and return the value only. | lookup | __ERP__ | 4 | true | {"eval_type": ["string_match"], "string_match": {"match_type": "contains", "match_value": "10"}} |
97 | Convert the lead named "Website Development" into an opportunity and set the expected revenue to $50,000. | operation | __ERP__ | 10 | true | {"eval_type": ["dom_match"], "dom_match": {"url": "__ERP__/web#id=46&cids=1&menu_id=280&action=448&model=crm.lead&view_type=form", "dom_extractor": "document.querySelector('#expected_revenue_0').value", "match_type": "exact", "match_value": "$ 50,000.00", "description": "Verify that the expected revenue for the lead ti... |
98 | Transfer 10 units of "Office Chair Black" from POS/Shop to WH/Stock. | operation | __ERP__ | 10 | true | {"eval_type": ["dom_match"], "dom_match": {"url": "__ERP__/web#id=17&cids=1&menu_id=204&action=354&model=product.template&view_type=form", "dom_extractor": "document.querySelector('[name=\"qty_available\"]').innerText", "match_type": "contains", "match_value": "25", "description": ""}} |
99 | Apply a 10% discount to the product Pizza Starfruit and return the final total value displayed in quotation S00028. | operation | __ERP__ | 6 | true | {"eval_type": ["string_match"], "string_match": {"match_type": "contains", "match_value": "12.94"}} |
100 | Change the tags of the opportunity titled "5 VP Chairs" to "Product" | operation | __ERP__ | 8 | true | {"eval_type": ["dom_match"], "dom_match": {"url": "__ERP__/web?reload=true#id=22&cids=1&menu_id=280&action=448&model=crm.lead&view_type=form", "dom_extractor": "document.querySelector('[name=\"tag_ids\"]').innerText", "match_type": "exact", "match_value": "Product", "description": ""}} |
End of preview. Expand in Data Studio
WebAppEval Dataset
WebAppEval is a benchmark dataset for evaluating autonomous web agents on real-world web applications and is designed to assess agentsโ abilities to navigate, reason, and act within realistic web environments.
๐ HuggingFace Preview
This HuggingFace repository provides a lightweight JSONL preview of the dataset to illustrate the task format and enable quick inspection via the Dataset Viewer.
โ ๏ธ Important note: - The JSONL file hosted here is intended for demonstration and preview purposes only.
๐ฆ Full Dataset, Evaluation Logic, and Environments
The complete WebAppEval benchmark, including:
- full nested task definitions
- detailed evaluation rules (DOM / URL / string matching)
- Dockerized web application environments
- execution and evaluation scripts
- step-by-step setup and usage instructions
is hosted on GitHub:
๐ Full dataset, Docker environments, and documentation:
https://github.com/nguyennguyen6bk/WebAppEval
๐ณ Execution Environment
All benchmark environments are provided as Docker containers to ensure
reproducibility and ease of setup.
Instructions for building, running, and evaluating agents are available
in the GitHub repository.
- Downloads last month
- 7