![]() |
Needing help with python/tkinter and selenium - Printable Version +- Python Forum (https://python-forum.io) +-- Forum: Python Coding (https://python-forum.io/forum-7.html) +--- Forum: Web Scraping & Web Development (https://python-forum.io/forum-13.html) +--- Thread: Needing help with python/tkinter and selenium (/thread-7348.html) |
Needing help with python/tkinter and selenium - wells218 - Jan-05-2018 So I am writing a web bot with selenium, python 3, and TKinter(GUI). I want the user to input a keyword like 'Dog'. When they click the start button it will launch a specific site. The bot will search for the users input with the elem partial link text. I may have a kind of start on how to write this but I am pretty lost. If someone could help and we could maybe talk through discord or something that would greatly be appreciated. This problem is giving me a headache and I just want to figure it out! Thank you. RE: Needing help with python/tkinter and selenium - hshivaraj - Jan-05-2018 Good start would be to show us what you have so far and tell us precisely the problem your facing. |