hello guys this is ar welcome to my channel th automation today we will see different ways we can enter text in input field without using the sent Keys method the three different ways are using action class using JavaScript executor and using robot class let's see how we can send the text in the input field using these three different methods here I have created one method test and here I have created One driver I'm going to the Google Map and then I have found one element web element input field and there I'm trying to use these three different methods to send keys so first method is using action class so I've created one action object here and I'm using the send Keys method of the action class not this selenium Library class so let's see whe How it will work okay is taking time so it is working now let me just comment this method and let me try with the JavaScript executor method yeah execute and this one is also working fine let's just try the the last one using the robot class okay just comment this bar and un comment theot method execute this one as well and this one is working as well but in the case of robot class one thing we have to make sure that whatever the screen that is visible it will enter the values in that screen itself for example if I'm executing this test case and even if I open the notepad then it will enter the test value in the notepad instead of just okay let me try again close all this Chrome browser okay just execute so when we use robot class method to enter text we have to make sure that the screen is open so if you notice here it will enter on this screen so this one we have to make sure so these are the three different approaches we can use to enter text in input field without using this and keys method of