What is the difference between Jest and Selenium?

What’s the core difference between Jest and Selenium framework

Jest and Selenium are both browser automation tools, but they have a few major differences. The biggest difference is that Jest is a JavaScript testing framework, and Selenium is a whole ecosystem of frameworks and tools for automating browsers. This means that Jest is not limited to merely testing WebDriver functions; it can be used to test any JavaScript code, whether it’s using the WebDriver API or not.

Read more: https://knapsackpro.com/testing_frameworks/difference_between/jest/vs/selenium