10. What is the javaScript Function used to enter the text in TextBox
1. document.getElementById(‘what’).setValue(‘Selenium’)
2. document.getElementById(‘what’).setAttribute(‘value’,’Selenium’)
3. document.getElementById(‘what’).setText(‘Selenium’)
4. document.getElementById(‘what’).setAttribute( ‘Selenium’