Selenium | facebook webdriver | github | Search

forms

form utilities

This code defines a module that exports two functions: one for filling dropdown menus and another for mapping object data to form fields, likely for web form interaction.

fill select dropdown

This code automates the selection of a dropdown menu option on a webpage by finding the dropdown and the desired option based on their labels and values.

map object to form

The fillForm function automates filling out web forms by taking an object of field names and values and using a custom selectDropdown function to populate dropdown menus with the specified values.

log in to multiple sites

This code automates website logins by using Selenium to locate and fill in username, password, and submit fields on various websites. It retrieves login credentials based on the website's hostname and handles potential errors during the process.

test sites logins

This code automates the login process to multiple websites defined in a JSON file, likely for the purpose of web scraping or further interaction, using a custom multiCrawl function. It reads credentials from a local file and executes the logins asynchronously, sending results and handling errors through a testing framework.

get all links html