
Selenium Course for Beginners - Web Scraping Bots, Browser Automation, Testing (Tutorial)
video description
Date: 2022-03-14
Related videos
Comments and reviews: 10
Evan
how can i click each element with same class name in row, like click a tab copy some content text and then return to click the second
otherwise how can i add an argument to go back to previous page using this exact code?? because when i use built in driver.back() it return an error that driver has not been defined
reply
how can i click each element with same class name in row, like click a tab copy some content text and then return to click the second
otherwise how can i add an argument to go back to previous page using this exact code?? because when i use built in driver.back() it return an error that driver has not been defined
reply
Matthew
is find elementS not better? If you find element and it doesn't find that element then it will throw an error where as if you use find elements it returns a list and it will be empty if it doesn't find anything but it won't throw an error and then you can check the list.
reply
is find elementS not better? If you find element and it doesn't find that element then it will throw an error where as if you use find elements it returns a list and it will be empty if it doesn't find anything but it won't throw an error and then you can check the list.
reply
Supa
When I try and run it (at 9:35) I get the error: C:\Python\python.exe: can't open file 'C:\\Untitled-1': [Errno 2] No such file or directory-
PS C:\>
Not sure What exactly (i.e. Python, VS Code, Selenium, etc.) is seeing a wrong path, or why that random location?
reply
When I try and run it (at 9:35) I get the error: C:\Python\python.exe: can't open file 'C:\\Untitled-1': [Errno 2] No such file or directory-
PS C:\>
Not sure What exactly (i.e. Python, VS Code, Selenium, etc.) is seeing a wrong path, or why that random location?
reply
David
Hi! Can you use Expected Condition to wait after I go through login page, and then after the next page to perform web scraping on the 3rd page?
If yes, then I would have to refer to the 3rd page and methods in the Expected Condition?
reply
Hi! Can you use Expected Condition to wait after I go through login page, and then after the next page to perform web scraping on the 3rd page?
If yes, then I would have to refer to the 3rd page and methods in the Expected Condition?
reply
Flo84swiss
Your tutorial is amazing. One of the best coding video I ever saw on yt. There are some elements which changed in the meantime, but I could manage it by my own. It help me to build ezze a bot on another project. Thank you for that!
reply
Your tutorial is amazing. One of the best coding video I ever saw on yt. There are some elements which changed in the meantime, but I could manage it by my own. It help me to build ezze a bot on another project. Thank you for that!
reply
Matthew
I've just started using selenium and I've created a bot that collects from a bitcoin faucet using a vpn and I'm currently running 10 accounts at once although I need to investigate headless and I need to add some asynchronisty to it.
reply
I've just started using selenium and I've created a bot that collects from a bitcoin faucet using a vpn and I'm currently running 10 accounts at once although I need to investigate headless and I need to add some asynchronisty to it.
reply
Ahmed
Great Project! Loved the accent. However, there is one thing i would request for the next selenium tutorial, I am would like to learn more about multiple browser window handling and switching. Thank you for this amazing #CrashCourse
reply
Great Project! Loved the accent. However, there is one thing i would request for the next selenium tutorial, I am would like to learn more about multiple browser window handling and switching. Thank you for this amazing #CrashCourse
reply
Michael
what I dont understand is what happens if we upload this project to a server. will it still work if that server is on linux for example and they dont have chrome installed on that server. is it using the user's chrome?
reply
what I dont understand is what happens if we upload this project to a server. will it still work if that server is on linux for example and they dont have chrome installed on that server. is it using the user's chrome?
reply
Sayanjit
for some of you concatenating the driver path string showed may not work specifically to windows user , for me I had to prepend ; to driver path to make it work like -;C:\seleniumDriver-
reply
for some of you concatenating the driver path string showed may not work specifically to windows user , for me I had to prepend ; to driver path to make it work like -;C:\seleniumDriver-
reply
JimShapedCoding
Third time is a charm!
Thanks FCC, I am glad to share this with the best coding community. Hope everyone will have a great time learning Selenium! :)
reply
Third time is a charm!
Thanks FCC, I am glad to share this with the best coding community. Hope everyone will have a great time learning Selenium! :)
reply
Add a review, comment
Other channel videos















