thanks man, im using this for a research project atm and this is so clutch, i couldnt get around the recapctha but i just manually sign in and then continue
I had to make an appointment with my doctor but I wasn't getting any empty time for the appointment, I wrote a code for it, that enters the hospital web page with my pieces of information fills in the data, and checks the boxes by clicking the login button. Then select the correct department with the correct doctor and make an appointment Etically I know it is wrong but I am not selling this code nor using it to my advantage, I need this appointment
Did you import the Chrome driver first? Make sure you have the latest version of selenium. If you do not have Chatgpt then get it and ask it these questions. It helped me immensely and it is super patient!
Question: in the login function, the 3rd line of arguments does not have anything for "text". Therefore I get this: TypeError: Browser.add_input() missing 1 required positional argument: 'text'
He goes through this at 05:02 self.click_button(by=By.ID, value='login-submit') If it fails, you'll get a error in the run log, if it passes you'll see so on the browser window that the script opened before clicking.
I have a question about this ... what if I make logout from this page can I make the code keep working and detect login page and refill email and password automatically
dude this is the best explained video i made lot of custom custom codes base on this thanks a lot
thanks man, im using this for a research project atm and this is so clutch, i couldnt get around the recapctha but i just manually sign in and then continue
Good coding format, big ups
Hey! Great video! I’m learning a lot from your videos.
Question: do you have a video explaining how you write the functions used here ? Thanks !
newbie question - how'd you create the secret file? awesome video otherwise, thanks for putting this together.
I had to make an appointment with my doctor but I wasn't getting any empty time for the appointment, I wrote a code for it, that enters the hospital web page with my pieces of information fills in the data, and checks the boxes by clicking the login button. Then select the correct department with the correct doctor and make an appointment
Etically I know it is wrong but I am not selling this code nor using it to my advantage, I need this appointment
you had the time to learn how to do this but you did not have the time to book the appointment.,... ?
I copied your code exactly, and it didn't login in. Could it be because this code may be outdated? Maybe the values like 'sign-in-form' has changed?
Did you import the Chrome driver first? Make sure you have the latest version of selenium. If you do not have Chatgpt then get it and ask it these questions. It helped me immensely and it is super patient!
Thanks for this..just like to ask what command did you use in username and password?
Question: in the login function, the 3rd line of arguments does not have anything for "text". Therefore I get this: TypeError: Browser.add_input() missing 1 required positional argument: 'text'
Grazie mille! Continua così, video molto interessanti
Wow! First of all, congrats for this amazing video.
How to send 'ENTER | RETURN' key from your code?
Same script can we deploy in aws lamada
How do you handle these types of errors:
ERROR: Couldn't read tbsCertificate as SEQUENCE
ERROR: Failed parsing Certificate
Can it be done without the browser opening? That is, it runs in the background without being displayed
it is called running the Browser in "headless mode" I think
How to automate to click on button after login and return with passed or failed
He goes through this at 05:02
self.click_button(by=By.ID, value='login-submit')
If it fails, you'll get a error in the run log, if it passes you'll see so on the browser window that the script opened before clicking.
Hello , i want to ask,,, can use for e- commerce log in?
Yes, but on thursdays only.
I have a question about this ... what if I make logout from this page can I make the code keep working and detect login page and refill email and password automatically
yes
@@Indently could you please help me how ... i can send the code here if u want
Cool
I had to change the sign in button to this
"self.click_button(by=By.CLASS_NAME, value='sign-in-form__submit-btn--full-width')"
Had the same problem and this worked perfectly
Hii
self.browser = webbrowser.Chrome(service=self.service)
NameError: name 'webbrowser' is not defined. Did you forget to import 'webbrowse
???????