Check maxlength and readonly property of inputbox with selenium webdriver

To check the maxlength of inputbox and to verify the field is readonly or not we can use the following code – and the output should be – Opening http://demo.tanmaysarkar.com/sample_03.html First name’s max length is […]