diggs1711 / bet365-bet-history-web-scraper

scraping bet history from bet365 account and save data as json file
17 stars 6 forks source link

Can't fill password field #1

Open LeonardoLeoLeal opened 6 years ago

LeonardoLeoLeal commented 6 years ago

Hello!

I'm not a dev, sorry if there's something stupid that I'm doing. When the Selenium starts the firefox browser the username field is filled, but password isn't filled, even I aet a value in pages.py, I have no idea how to fix it.

InQuartic commented 5 years ago

@LeonardoLeoLeal The password field is filled on the locators.py file o line 14.

The password was not added I assume the creator didn't want his login on the internet. PASSWORD_INPUT_REVEAL = "document.getElementsByClassName('hm-Login_InputField')[2].value = '';" so be PASSWORD_INPUT_REVEAL = "document.getElementsByClassName('hm-Login_InputField')[2].value = 'PASSWORD_GOES_HERE';"

reproteq commented 4 years ago

thanks leonardo

HMaker commented 3 years ago

This solution is outdated, contact me on email heraldo.dev@gmail.com for a working solution

Shadownin2 commented 1 year ago

Can someone create a how to for dummies please T_T I'm not a coder and have no idea what im doing but this would be very useful to me.

I got as far as installing python and selenium

Then tried to run base which did nothing. Then bet365_webscraper but it just error'd

" File "C:\Users\ninjo\Downloads\bet365-bet-history-web-scraper-master\webscraper\bet355_bet_history_scraper.py", line 3, in from pages import * File "C:\Users\ninjo\Downloads\bet365-bet-history-web-scraper-master\webscraper\pages.py", line 5, in from dateutil.relativedelta import relativedelta ModuleNotFoundError: No module named 'dateutil' "