I need to check the maximum allowed field length using the selenium IDE. need to consult from someone.
You can use the assertAttribute command as follows:
assertAttribute | id=myTextField@maxlength | 20
Replace “id = myTextField” above with the appropriate locator and “20” with the expected maximum length.
Using Selenium enters data into a field that is larger than expected. Then read from the field to determine if the maxchar attribute has bounded in the corresponding input field.
Source: https://habr.com/ru/post/1718178/More articles:How are objects defined in the XIB file and how are they created at runtime? - cocoaHow can I get a variable in a Silverlight 3 control from my ASP.NET code? - parameter-passingWhere to find WPF Classic Theme as XAML? - wpfDoes web.config change all app.configs applications? - .netHow to use scope out-of-datagrid variable inside ItemRenderer? - flexdisabling the ability of a window to respond to a ping request - windows-xpHow can I get an ultrafast dynamic configuration? - configuration-filesMySQL Full Text Search with a short word as a keyword does not return results - mysqlSafe repetition of MIDI data in C # - multithreadingFree nHibernate: One-to-Many Communication - c #All Articles