In this repository, I have uploaded all the exercise and project that I have done from European-IT.
Installing this tools down below.
- pip 22.3.1
- selenium 4.5.0
- webdriver-manager 3.8.4
- labelImg 1.8.6
- Visual Studio Code 1.73.1
- labelImg 1.8.6
- Django 4.1.3
- apache web server
- xampp
- OpenCv
Note: Setup this tool on your terminal Ubuntu 20.04.5 LTS
- sudo apt install python3-pip
- check out pip version: pip3 --version
- check out installing packages: pip list
- pip install webdriver-manager
- for linux user: sudo pip install selenium
- or python3: sudo pip3 install selenium
- pip3 install --upgrade requests
- pip install labelImg
- django-admin
- django-admin --version
Practical XPath for Web Scraping link: https://www.scrapingbee.com/blog/practical-xpath-for-web-scraping/?fbclid=IwAR2goVl21Vo724XVwZc0uHJrbe_tLMgc0OMilalwEp8XsLMY5SgVrdN46GE
Pip Installing Python Packages Web Link: https://ehmatthes.github.io/pcc/chapter_12/installing_pip.html#:~:text=Installing%20pip%20on%20Linux,-To%20install%20pip&text=After%20the%20program%20runs%2C%20use,sure%20pip%20was%20installed%20correctly.
Selenium with python unofficial doc link: https://selenium-python.readthedocs.io/
Machine learning with labelimg1.8.6 link below: https://pypi.org/project/labelImg/
What is the getAttribute() method?
Ans: The getAttribute() method is declared in the WebElement interface, and it returns the value of the web element’s attribute as a string. For attributes having boolean values, the getAttribute() method will return either true or null.