Skip to content

Instantly share code, notes, and snippets.

@p0deje
Created May 30, 2025 03:32
Show Gist options
  • Save p0deje/809b0ff377d39f44287921e562b342a4 to your computer and use it in GitHub Desktop.
Save p0deje/809b0ff377d39f44287921e562b342a4 to your computer and use it in GitHub Desktop.
from selenium.webdriver import Chrome
from alumnium import Alumni as Vibium
driver = Chrome()
driver.get("http://duckduckgo.com")
vibe = Vibium(driver)
vibe.do("search for 'tapster robots'")
vibe.check("search results contain tapster.io")
# "The search results contain the link 'tapster.io' which is mentioned multiple times in the context of Tapster Robotics. Therefore, the statement is true."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment