Download Instagram Posts using Python Selenium module

In this article, we will learn how we can download Instagram posts of a profile using Python Selenium module. Requirements:

  • Google Chrome or Firefox
  • Chrome driver(For Google Chrome) or Gecko driver(For Mozilla Firefox)
  • Selenium package: It is a powerful tool for controlling a web browser through the program. It is functional for all browsers, works on all major OS and its scripts are written in various languages i.e Python, Java, C#, etc. In can installed using the below command:
    pip install selenium
[mai mult...]

Python – Opening links using Selenium

Selenium is a powerful tool for controlling the web browser through the program. It is functional for all browsers, works on all major OS and its scripts are written in various languages i.e Python, Java, C#, etc, we will be working with Python. Selenium Python bindings provide a convenient API to access Selenium WebDrivers like Firefox, Ie, Chrome, Remote, etc.

[mai mult...]

How to Boot into Safe Mode on Windows 11?

Booting into Safe Mode on Windows 11 is a crucial troubleshooting step that allows you to diagnose and fix issues with your computer. Safe Mode starts Windows in a basic state, using a limited set of files and drivers, which can help you identify problems that are causing your system to malfunction. In this article, we will provide a comprehensive overview of how to boot into Safe Mode on Windows 11, along with detailed steps and tips. Understanding how to enter Safe Mode can be invaluable for maintaining your system’s health and resolving various issues.

[mai mult...]

Lockwise feature in Mozilla FireFox Browser

In this age of the increased significance of cyber security, the browser assumes greater significance in securing our virtual identity. Despite being one of the best web browsers in terms of performance with a friendly user interface, firefox has maintained itself as a leader in robust security aspects. One of these, Lockwise, is a highly effective means aimed at improving users’ comfort and confidentiality.

[mai mult...]

Bookmark in Mozilla Firefox Browser

A bookmark is a place holder for a web page that will create a shortcut for quick access to that web page. You can access that bookmark at any time instead of having to browse to it or enter long URLs. You can easily manage your bookmark lists as most browsers provide numerous advanced bookmarks features for viewing, sorting, and saving your bookmarks.

[mai mult...]

How to fix SSL_ERROR_RX_RECORD_TOO_LONG on Mozilla Firefox ?

Firefox SSL_ERROR_RX_RECORD_TOO_LONG message is displayed because a certain mis-configuration has been occurred on the server. Most of the time, because of the following two reasons, the SSL_ERROR_RX_RECORD_TOO_LONG error message is displayed from the server-side:

  • The listening port is misconfigured. For example, the website you may want to establish a secure connection is not configured to use Port 443.
  • Adequate TLS version may not be supported by your system.
[mai mult...]

Color cmd command

Color is an inbuilt command found inside the Windows Command Processor (cmd.exe), that is used for changing the colors of the console’s foreground and background. By default, the console has white foreground color and black background color (07 color code). The command is generally used either to personalize the aesthetics of the console window, or the make the colors more appropriate for Dim or Dark Displays (ex. TN panels).

[mai mult...]