PrajinkyaPimpalghare / IRCTC-Automation-Tatkal-and-General-Ticket-Booking-

IRCTC Automation with GUI For booking Tatkal/General ticket with COD option(Verified).
39 stars 28 forks source link

GUI not working #1

Closed harsh52 closed 4 months ago

harsh52 commented 4 years ago

After pressing the button "Book tatkal ticket" nothing happened.

PrajinkyaPimpalghare commented 4 years ago

Hey sorry harsh for the delay. Problem is the crome driver. As I suspect you are using python 2 to modify or use the script, for selenium, cromedriver is needed latest. Please download that from https://chromedriver.chromium.org/downloads and keep in a directory which in enviroment path. It will invoke the Crome and will provide the data. Another point, as script was written in 2017 , webpage structure of IRCTC was different , so some xpath might have changed. Please look for it too. If you are able to make this changes, I will merger your code and provide your commit point to this repository. Cheers.

PrajinkyaPimpalghare commented 4 months ago

Fixed in new version.