1. Go to the Jobs tab and search for the job that you are interested in e.g. "Python developer". Add the "Easy Apply" filter and specify your desired location. e.g.

2. Copy the URL at the top of the address bar, it should contain all your requirements. e.g.
3. Using the URL and what you know about Selenium, try to open the page by using the webdriver. This is what you're aiming to see when you run your code:

4. Figure out how to automatically log in to LinkedIn using Selenium. This is what you're aiming to see when you run your code:

HINT: You might want to use sleep() to wait for page loads.