(pin this) you can use sellenium undetected driver since most websites detect normal selenium, this uses your normal chrome and not fresh private chrome
I always had a difficult time finding the right HTML elements by myself. I wish I had known you earlier. I will continue to watch all your videos. Thank you! You are a great teacher!
Hey if you could do a video on XPATH and maybe the professional ways to load and sync tabs that would be great! Very helpful and useful video!! Going to use this for sure! Thanks
I apologize if this is a dumb question, but why would you not just search for the link you're trying to find instead of searching for the link inside the correct div? That seems like an extra unnecessary step that just led to finding the link anyway.
Why don't you just click the element to get the copy of the xpath ?, i mean u just right click on the div tag or another tag and then copy the xpath... Or it would be a better way to just read on the inspect element ??? Because i new to this and didn't understand about this xpath things
do ahve you encounter this error before "NoSuchWindowException: Message: no such window: target window already closed from unknown error: web view not found" I have try to put many URLs but I keep getting the same error. i have looked only and I thought by adding the Service and Options would work but it did not, Any help
I don't know. My browser just closes right after finishing script. I use from selenium.webdriver.chrome.options import Options chrome_options = Options() chrome_options.add_experimental_option("detach", True) browser = webdriver.Chrome(service=Service(ChromeDriverManager().install()), options=chrome_options) but it doesn't help at all
@79_22_16 M for now i found that you can place infinite loop after code, so your script won't be finished and browser won't close, but that's definitely awful decision)
Aah wish i found this earlier. Had a site that needed java script render for the tables to get populated with the data.. The online solutions did not work for some reason.. Got a bunch of chromium errors and stuff.
Es scheint, dass es ein Problem mit dem Webdriver-Manager gibt, der versucht, eine nicht vorhandene Version des ChromeDrivers herunterzuladen. Ich habe Chrome 117.0.5938.92 gibt es da eine Lösung?
bin mir nicht ganz sicher, ob das die lösung war oder ob ich das problem nicht lösen konnte: man kann den webdriver auch sonst manuell ohne das managermodul von python instllieren (exe herunterladen), link der website weiss ich leider nicht mehr, allerdings muss man das nach ca. 1/2 Jahr immer wieder manuell update (neuer driver installieren)
I don't have a good answer to this. The only option I know of is to use a service that gets frelancers to solve the chptchas for you. But idk how to do that it also matters what type of captcha you get/are talking about plus since it's an arms race something that might work now might not in the future, atleast untill ai gets so powerful it can pass as a human in basically an situation if it does get to that point. The easiest capcha is the one you just click with no pictures or audio or math (yes i have seen a captcha that uses math) or anything else and it will accept or denie your request based on your browser activity and mouse movment.
(pin this) you can use sellenium undetected driver since most websites detect normal selenium, this uses your normal chrome and not fresh private chrome
How do you do that
@@okrq fcking go make research
how?
I have been searching around trying to find a solution for this. Someone come and bless us with the knowledge!
You do know it’s so easy to search pip’s for python… btw the thing you 3 have been looking for is selenium_stealth.
I have search so many tutorials on selenium as reference for our automation project,, and this is the best ever tutorial.
the best ever
I always had a difficult time finding the right HTML elements by myself. I wish I had known you earlier. I will continue to watch all your videos. Thank you! You are a great teacher!
same here
He is a very good teacher!!!
Excellent! Clear and concise. I just retired and can't wait to see if I can automate some of my hobby web work.
For selenium users: Action Chains is a nice discovery for those who didn't know before. Ofcource if FrontEnd developer was a nice guy
My compliments on you your video. It was focused, enabling, and well thought out. The only thing I want is "more" of these awesome vids. Thank you!
Hey if you could do a video on XPATH and maybe the professional ways to load and sync tabs that would be great! Very helpful and useful video!! Going to use this for sure! Thanks
I just started using selenium and it’s really fun so far
bro's teaching is awesome
thank you!
My compliments on your video. It was focused, enabling, and well thought out. Thank you.
Question when finding the "7 in 1" button why don't you just copy the xpath off the inspector tool?
I learned a great deal from this video. It didn't help me do what I was I looking for but I always like learning new things.
thanks man... it helped me a lot. I was starting to learn this but cannot find the right syntax to view the page. but this worked for me
Dude! this video is exactly what i needed! thank you!
So cool...thank you very much for this...Yes an XPATH video would be amazing!
Thanks again!
why use xpath to find the object names instead of e.g. EC.text_to_be_present_in_element ?
What a professional video, neat.
I applied one by one, but when clicking "run" it says that the module is not defined. Tried many times.
This is nice to get a kick-off
I apologize if this is a dumb question, but why would you not just search for the link you're trying to find instead of searching for the link inside the correct div? That seems like an extra unnecessary step that just led to finding the link anyway.
Perfect video length.
Amazing video!
What a great video. Super well explained, thanks! Any video in your channel on how to record yourself with soft soft? I'm under the
Hello, can you please advise on classic web scripting on python? Any resource or link..
I think your selenium tutorial became an XPath tutorial.
Thank you, was good introduction
Why don't you just click the element to get the copy of the xpath ?, i mean u just right click on the div tag or another tag and then copy the xpath... Or it would be a better way to just read on the inspect element ???
Because i new to this and didn't understand about this xpath things
do ahve you encounter this error before "NoSuchWindowException: Message: no such window: target window already closed
from unknown error: web view not found" I have try to put many URLs but I keep getting the same error. i have looked only and I thought by adding the Service and Options would work but it did not, Any help
Thank you! I am your fan❤️🫣!
you are great teacher of this century on youtube
please let me know if anything i can do for you
Please can you tell me which framework we are using here?
Well done and thank you for sharing this.
that is what I needed :)))) thank you so much
why you dont search the elements with dev tools?
are u running Chrome as administrator or user in ur machine? I open the browser but nothing is shown and it crashes after a while! I use conda btw
How do I make selenium open default chrome profile? Or desired chrome profile?
is there a more explanatory version of this video
The best as normal ❤
I Hope You Do A Video On XPATH Asap... That is The Core in Selenium Library To Find And Search Elements
y si quisiera que guarde información en la misma página?
I don't know. My browser just closes right after finishing script. I use
from selenium.webdriver.chrome.options import Options
chrome_options = Options()
chrome_options.add_experimental_option("detach", True)
browser = webdriver.Chrome(service=Service(ChromeDriverManager().install()), options=chrome_options)
but it doesn't help at all
Same, and no matter what I do it always closes after whatever script i put down. If you find a solution please let me know.
Hey i just found a solution, let me know if you wanna hear it
@@buzzark9133 it'd be nice)
@79_22_16 M for now i found that you can place infinite loop after code, so your script won't be finished and browser won't close, but that's definitely awful decision)
@@firstandlast4435 ^ you too, check the reply above
How were you able to format the html elements in your output terminal window? i get all the characters showing up line by line
OK why do you put the install in there, I just ran this code and got .....Downloading: 100%|██████████| 6.79M/6.79M [00:00
also the window did notstay open
thanks man. I really wanna know if we can use this method when we don't have a browser installed. lets say if I was to deploy this script on a sever.
Yup, you need to make it headless and host the script on aws
Will there be an Instagram entry in the next video?
Selam
@@CanlDersler10SnfPrivate selam
Chrome driver didnt work, but firefox did. just saying
Does selenium work only on Google Chrome❓
no it has drivers for other popular browsers as well e.g. geckodriver for firefox
is there any way to solve the captcha?
how can you deploy it and run recurrent on a server?
For the site i am trying to do i get handshake failed
Which platform is that in which you are coding??
PyCharm
Thanks this is helpful 🔥
Which code editor are you using?
pycharm
It would be better if you share the python script you are describing.
Thank you sir.
which IDE you are using ?
pycharm
how can I scrape google map to get contact info in specific city?
Excellent, thanks.
i want to use in real browser not in chormedriver how can i when i tried it doesnt get the url after browser opened
I got error WebElement object is not iterable > help please!
Hi, how to capture Screenshot in this new selenium IDE? Pls help :)
How can I automate the process of claiming Binance Crypto Boxes on their webpage using code extracted from Telegram?
Make video please 🙏
Aah wish i found this earlier.
Had a site that needed java script render for the tables to get populated with the data..
The online solutions did not work for some reason.. Got a bunch of chromium errors and stuff.
Awesome
Es scheint, dass es ein Problem mit dem Webdriver-Manager gibt, der versucht, eine nicht vorhandene Version des ChromeDrivers herunterzuladen. Ich habe Chrome 117.0.5938.92 gibt es da eine Lösung?
Hab auch das Problem, hast du es lösen können?
bin mir nicht ganz sicher, ob das die lösung war oder ob ich das problem nicht lösen konnte: man kann den webdriver auch sonst manuell ohne das managermodul von python instllieren (exe herunterladen), link der website weiss ich leider nicht mehr, allerdings muss man das nach ca. 1/2 Jahr immer wieder manuell update (neuer driver installieren)
Do you know why even if detach is true the chrome window will close if a KeyboardInterrupt is sent in the Terminal window?
Interesting video
As in QUORUM of NINE¿?
also how do i get past the captchas?
I don't have a good answer to this. The only option I know of is to use a service that gets frelancers to solve the chptchas for you. But idk how to do that it also matters what type of captcha you get/are talking about plus since it's an arms race something that might work now might not in the future, atleast untill ai gets so powerful it can pass as a human in basically an situation if it does get to that point. The easiest capcha is the one you just click with no pictures or audio or math (yes i have seen a captcha that uses math) or anything else and it will accept or denie your request based on your browser activity and mouse movment.
Thank you
thanks, subbed.
what is the software name you run sofware
Pycharm I think
Why not simply copy the xpath of the element?
ui vision is also easy
I get attribute error: none type object has no attribute split
embed code
hllo can we use selenium for downold file pdf from gmail and tnx in advance
yes
i installed selenium and its in my scripts folder for python and everything but i keep getting "ModuleNotFoundError: No module named 'selenium'"
i have same issue
its because you are dowloading it in another interpreter
Nice_very.Nice
ModuleNotFoundError: No module named 'webdriver_manager'
its missing lib 'webdriver_manager' so just run before pip install webdriver_manager
+1 subscriber____thanks a lot
I followed all the steps, but the browser still shut down 2 seconds later. What could be the problem?
make video on pupeteer
doesn't work anymore.
specify your problem?
@@browserautomate thanks, but i worked it out. it still works, but I didn't have chrome installed. after i installed chrome, it works again.
👍
Nacho?
if anyone have issue with bot detection i can solve your issue
i need ur help
@@vemulapraneeth6975 hi
@@browserautomate how to bypass bot detection
@@vemulapraneeth6975 pic me about from my channel
@@vemulapraneeth6975 hello
13:00
share the script
hi
damnn
Was German your first language? You don’t seem to have any accent whatsoever.
Everything is ok. But why you talking like you have something in your mouth
I am getting this error "Message: unknown error: cannot find Chrome binary" Could u tell me what to for this @NeurallNine
if anyone have issue with bot detection i can solve your issue