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
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)
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>
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)
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>
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)
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>
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>
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)
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>
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>
README.md exists but content is empty. Use the Edit dataset card button to edit it.
Downloads last month
240
Edit dataset card