spent 30 min looking for a fix because the button that i wanted was not being pressed, and the line 'time.sleep(1)' literally fixed the problem, thank you so much!
You really saved a lot or time brother. Thank You so much. Can you please tell me if I want to click on location button on any website how can i do that because some website only gives you data if you can give your access to your location. So I want to do that like automatically it can allow my location for any website.
@@farukbayram54 First of all thank you so much for your reply. some websites may have button like down-triangle button. First you have to click on down-triangle button then they will ask to detect current location. Can you please tell me how can i do that
man, spent 1 day for fixing my code and then this video was the solution. thanks a lot
thanks dude
Your content is nice and easy to understand, Why u r not making vids frequently.
Thank you, you made my day :) I'm planning to make more in the near future
spent 30 min looking for a fix because the button that i wanted was not being pressed, and the line 'time.sleep(1)' literally fixed the problem, thank you so much!
Nice tutorial
Thank you :)
You really saved a lot or time brother. Thank You so much. Can you please tell me if I want to click on location button on any website how can i do that because some website only gives you data if you can give your access to your location. So I want to do that like automatically it can allow my location for any website.
What you are looking for is "geolocation". You need to add prefs and set geolocation to 1. Then chromeoptions.add_experimental_option(prefs)
@@farukbayram54 First of all thank you so much for your reply. some websites may have button like down-triangle button. First you have to click on down-triangle button then they will ask to detect current location. Can you please tell me how can i do that
Yes I know. Once you set the geolocation like I said then the website should detect your location automatically
I am getting the below error:
NameError: name 'browser' is not defined
Are you sure you defined the "browser"?