Selenium Beginner 9 – How To Make Code MODULAR
![](https://i0.wp.com/automationstepbystep.com/mobufoc/2017/12/selenium-beginner-9-how-to-make.jpg?fit=300%2C169&ssl=1)
Notes: Today we will learn: 1. How to identify actions 2. How to make code modular _____________________________ Step 1: Create methods for separate actions/functionality Step 2: Copy required code from main to these methods Step 3: Call the methods from main in required sequence Step 4: Run and Validate Helpful Tips: 1. Create a separate …