-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
datepicker automation #9
Comments
import java.text.DateFormat;
import java.text.SimpleDateFormat;
public class Date {
class GetDate {
{
DateFormat dateFormat = new SimpleDateFormat("MM/DD/YYYY");
Date date = new Date();
String date1 = dateFormat.format(date);
System.out.println(date1);
}
}
}
Albert Solberg
QA Automation Engineer
[Description: Integra Logo]<http://www.integra-online.com/>
Integra Software Systems, LLC<http://www.integra-online.com/>
117 Seaboard Lane, Suite F-290
Franklin, TN 37067
Office: 615-595-0900 ext. 818
Fax: 615-628-0100
From: zhuchuji [mailto:[email protected]]
Sent: Thursday, November 24, 2016 1:24 AM
To: sayems/java.webdriver <[email protected]>
Subject: [sayems/java.webdriver] datepicker automation (#9)
Hi, I see that you have example of datepicker on the readme.md, but I can not find them on your source code. So which test cases or source files are about datepicker?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#9>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AIVUbn5ax36vV9DdYufXDSxBcwJ_sj2aks5rBTuEgaJpZM4K7WPx>.
|
I suppose it's a solution to select a date with a pop-up calender in the datepicker field... After reading the source code carefully, I found that it simply generate a date and formate it. My situation is to select a specific date with the pop-up calender for the form, and the most difficult thing is that I can not just send text to the the field. Anyway, thank you for your answer all the same. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I see that you have example of datepicker on the readme.md, but I can not find them on your source code. So which test cases or source files are about datepicker?
The text was updated successfully, but these errors were encountered: