Created
May 30, 2025 03:32
-
-
Save p0deje/809b0ff377d39f44287921e562b342a4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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