query
stringlengths 13
45
| url
stringlengths 19
115
| html
stringlengths 3.96k
5.51M
| selenium_ground_truth
stringlengths 57
169
| ground_truth_outer_html
stringlengths 18
8.65k
| ground_truth_highlighted_screenshot
imagewidth (px) 1.6k
1.6k
| playwright_ground_truth
stringlengths 46
322
|
---|---|---|---|---|---|---|
click on create account | https://en.wikipedia.org/wiki/Main_Page | "<html class=\"client-js vector-feature-language-in-header-enabled vector-feature-language-in-main-p(...TRUNCATED) | create_account_link = driver.find_element(By.XPATH, "//*[@id='pt-createaccount-2']") | "<li id=\"pt-createaccount-2\" class=\"user-links-collapsible-item mw-list-item user-links-collapsib(...TRUNCATED) | "create_account_link = page.locator(\"//li[@id='pt-createaccount-2']/a/span[contains(text(),'Create (...TRUNCATED) |
|
click on past | https://news.ycombinator.com/ | "<html lang=\"en\" op=\"news\"><head><meta name=\"referrer\" content=\"origin\"><meta name=\"viewpor(...TRUNCATED) | link_to_click = driver.find_element(By.LINK_TEXT, "past") | <a href="front">past</a> | pass_button = page.locator("//a[@href='front' and text()='past']") |
|
click on pricing | https://www.perfagents.com/ | "<html lang=\"en\"><head>\n <meta charset=\"utf-8\">\n <title>PerfAgents | Synthetic Monitorin(...TRUNCATED) | pricing_link = driver.find_element(By.XPATH, "//a[text()='Pricing']") | "<a class=\"font-medium px-3 lg:px-5 py-2 items-center transition duration-150 ease-in-out\" href=\"(...TRUNCATED) | "pricing_link = page.locator(\"//a[@href='pricing' and contains(@class, 'font-medium') and contains((...TRUNCATED) |
|
click on SPF Justice | https://justice.belgium.be/fr | "<html lang=\"fr\" dir=\"ltr\" prefix=\"content: http://purl.org/rss/1.0/modules/content/ dc: http:(...TRUNCATED) | spf_justice_link = driver.find_element(By.XPATH, "//*[contains(text(), 'SPF Justice')]") | <span>SPF Justice</span> | spf_justice_element = page.get_by_text("SPF Justice").first |
|
click on Search | "https://www.cancer.gov/publications/dictionaries/cancer-drug/search/a%20keywords%20drug%20name/?sea(...TRUNCATED) | "<html lang=\"en\" dir=\"ltr\" prefix=\"og: https://ogp.me/ns#\"><head>\n <meta http-equiv=\"X-UA(...TRUNCATED) | search_button = driver.find_element(By.XPATH, "//*[@id='btnSearch']") | "<input type=\"submit\" class=\"submit button postfix\" id=\"btnSearch\" title=\"Search\" value=\"Se(...TRUNCATED) | search_button = page.locator("//*[@id='btnSearch']") |
|
click on Sign in | https://consent.google.com/m?continue=https://news.google.com/&gl=NL&m=0&pc=n&cm=2&hl=en-US&src=1 | "<html lang=\"en-US\" dir=\"ltr\"><head><base href=\"https://consent.google.com/\"><link ref=\"preco(...TRUNCATED) | sign_in_button = driver.find_element(By.XPATH, "//*[@class='VfPpkd-vQzf8d']") | <span jsname="V67aGc" class="VfPpkd-vQzf8d" aria-hidden="true">Sign in</span> | "sign_in_button = page.locator(\"//span[contains(@class, 'VfPpkd-vQzf8d') and @aria-hidden='true' an(...TRUNCATED) |
|
click on 7 jours | https://meteofrance.com/ | "<html lang=\"fr\" dir=\"ltr\" class=\" js\"><head>\n <meta charset=\"utf-8\">\n<script async=\"\(...TRUNCATED) | link_to_click = driver.find_element(By.XPATH, "//*[@id='msc_7D']") | <a id="msc_7D" class="menu_periods-item-7days">7 jours</a> |
menu_7days = page.locator("//a[@id='msc_7D']") |
|
click on type characters | https://www.amazon.com/ | "<html class=\"a-no-js\" lang=\"en-us\"><!--<![endif]--><head>\n<meta http-equiv=\"content-type\" co(...TRUNCATED) | input_field = driver.find_element(By.XPATH, "//*[@id='captchacharacters']") | "<input autocomplete=\"off\" spellcheck=\"false\" placeholder=\"Type characters\" id=\"captchacharac(...TRUNCATED) | captcha_field = page.locator("//input[@id='captchacharacters']") |
|
click on I DO NOT ACCEPT | "https://news.slashdot.org/story/24/03/27/2315212/why-the-us-could-be-on-the-cusp-of-a-productivity-(...TRUNCATED) | "<html lang=\"en\"><head>\n\t<!-- Render IE9 -->\n\t<meta http-equiv=\"X-UA-Compatible\" content=\"I(...TRUNCATED) | button_to_click = driver.find_element(By.XPATH, "//*[contains(text(), 'I DO NOT ACCEPT')]") | <span id="cmpbntnotxt">I DO NOT ACCEPT</span> | not_accept_button = page.get_by_text("I DO NOT ACCEPT").first |
|
click on Adh茅rer | https://www.preau.education.fr/com/homepage | "<html class=\" js \"><!--<![endif]--><head>\n <meta http-equiv=\"content-language\" content(...TRUNCATED) | link_to_click = driver.find_element(By.XPATH, "//*[@class='boutonHome']") | <a href="https://www.preau.education.fr/com/page/1975" class="boutonHome">Adh茅rer</a> | adhesion_button = page.locator("//a[@class='boutonHome' and text()='Adh茅rer']") |
End of preview. Expand
in Dataset Viewer.
README.md exists but content is empty.
Use the Edit dataset card button to edit it.
- Downloads last month
- 35