There are 2 date fields, DateField1 and DateField2. Clicking on any of the fields opens the jQuery UI date selector. "DateField1" has a default value of the current date. The user needs to select a date for "DateField2". How to automate this scenario with Selenium RC and Junit.
You can use focus and key entry, for example, 2011-07-08 for July 8 last year. JQuery UI date controls can handle direct keyboard input, although they hide the text input field.
Source: https://habr.com/ru/post/1389465/More articles:PHP - to store a large array of session in $ _SESSION or in a database? - phpASP.net MVC: why is AreaRegistration.RegisterAllAreas () so slow? - performanceJava error? Cannot read GB2312 file with Scanner directly - java2d histogram creation - linuxhttps://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1389464/convert-facebook-names-to-id-numbers&usg=ALkJrhjuqiU0ue_92tUbWi5C9brLwepWjQHow can I get all the contents of a div and add them to another div? - jqueryHow to set json array key to array.push in javascript - jsonWhen should we use reserve () vectors? - vectorHow to get a method parameter in an array? - c #How to create snapshots using GetStreamsToSnapshot in EventStore 3.0 - cqrsAll Articles