The "Pricebite" project addresses the increasing challenge users face in selecting cost-effective options when ordering food from various delivery platforms. As the food delivery market grows, prices fluctuate across platforms, leading to potential savings for users. The project aims to empower users with a tool that automates the comparison of cart prices between different platforms, starting with Swiggy and Magicpin.
- Go to Login
- Enter your Phone No.
- Enter the OTP.
- Rest we will do !
OLD:
open terminal in folder: java -jar selenium-server-standalone-3.141.59.jar -role hub -hubConfig hubconfig.json
Java -Dwebdriver.chrome.driver="chromedriver.exe" -Dwebdriver.gecko.driver="geckodriver.exe" -jar selenium-server-standalone-3.141.59.jar -role node -nodeConfig nodeconfig.json
LATEST:
- start xampp server
- paste drivertest folder into htdocs folder
- paste seleniumdbw folder into hrdovs folder 3.open terminal inside drivertest folder and run this command: java -jar selenium-server-4.15.0.jar hub
- open cmd as administator and run these one by one a. cd C:\xampp\htdocs\drivertest b. Java -Dwebdriver.chrome.driver="chromedriver.exe" -Dwebdriver.gecko.driver="geckodriver.exe" -jar selenium-server-4.15.0.jar node
- if needed alter the path to your chrome.exe at these lines from index.php and magicpin.php $options->setBinary('C:/Program Files/Google/Chrome/Application/chrome.exe');
- create your cart on swiggy.com or android app.
- goto localhost/seleniumdbw/index.php a. enter the phone number click submitph (minimise any windows opening) b. enter otp(after receiving) and click submitotp c. minimise any window that opens
- done.
extra latest: http://localhost:4444/grid/console (to check) if conn. prblm check the ip add and correct nodeconfig file