VehiclesFashionRecipesBlogsHuntTravelsSportFunHandmadeITEducation
Mini-Games
x

x
zakruti.com » IT - Software » freeCodeCamp.org
Selenium Course for Beginners - Web Scraping Bots, Browser Automation, Testing (Tutorial)

Selenium Course for Beginners - Web Scraping Bots, Browser Automation, Testing (Tutorial)

FBTwitterReddit

video description

Rating: 4.0; Vote: 1
Learn Selenium by building a web scraping bot in Python. Selenium is a powerful web automation tool that can be used for browser automation, to test front-end code, and create web scraping bots. - Code: https://github.com/jimdevops19/SeleniumSeries https://github.com/jimdevops19/SeleniumSeries -- Course developed by JimShapedCoding. https://www.youtube.com/channel/UCU8d7rcShA7MGuDyYH1aWGg -- Additional resources -- - Python Download: https://www.python.org/downloads - Pycharm Download: https://www.jetbrains.com/pycharm/download - Selenium Documentation: https://selenium-python.readthedocs.io/ - Copied and Pasted during the video: - https://www.seleniumeasy.com/test/jquery-download-progress-bar-demo.html (Section 1&2) - https://www.seleniumeasy.com/test/basic-first-form-demo.html (Section 3) - Chromedriver download website: https://chromedriver.storage.googleapis.com/index.html - All the Explicit waits: https://selenium-python.readthedocs.io/waits.html - My Personal website for code snippets: http://jimshapedcoding.com
Date: 2022-03-14

Comments and reviews: 10


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

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

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

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

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

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

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

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

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

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