Launches
Coming soon
Upcoming launches to watch
Launch archive
Most-loved launches by the community
Launch Guide
Checklists and pro tips for launching
Products
News
Newsletter
The best of Product Hunt, every day
Stories
Tech news, interviews, and tips from makers
Changelog
New Product Hunt features and releases
Forums
Forums
Ask questions, find support, and connect
Streaks
The most active community members
Events
Meet others online and in-person
Advertise
Subscribe
Sign in
p/webapplizer
by Elbert Alias
Start new thread
Unfollow
Following
Follow
Selenium IDE - Allows you to record, edit, and debug tests by clicking
by
Chirag Patel
See launch →
1
13
Add a comment
Login to comment
Replies
Best
Chirag Patel
Hunter
Some example code generated by browsing and clicking on desired web sites: def setUp(self): self.driver = webdriver.Firefox() self.driver.implicitly_wait(30) self.base_url = "
https://randomwebsite.com/
" self.verificationErrors = [] self.accept_next_alert = True def test_success_factors(self): driver = self.driver driver.get(self.base_url + "/random_url_path") driver.find_element_by_link_text("Apply now").click() driver.find_element_by_id("emailGetter-email").clear()
Upvote
Report
Share
9yr ago
Subscribe
Sign in
Replies