This project includes scripts to perform Google searches using different browsers.
- Python 3.x
 seleniumandwebdriver-managerlibraries
Install the required libraries using:
pip install selenium webdriver-manager Runs the search script using Google Chrome. Run the script with:
python chrome/search_chrome.py "<search_query>" Runs the search script using Mozilla Firefox. Run the script with:
python firefox/search_firefox.py "<search_query>" Runs the search script using Microsoft Edge. Run the script with:
python edge/search_edge.py "<search_query>" Logs are saved in search_script.log.