Skip to main content

All Questions

Tagged with
0 votes
0 answers
37 views

I am not able to click on the specific date in the Makemytrip website, it is continously throwing exception

Sharing my error here: Exception in thread "main" org.openqa.selenium.TimeoutException: Expected condition failed: waiting for presence of element located by: By.xpath: //div[@class='...
Sowmathy's user avatar
0 votes
2 answers
109 views

Highlighting multiple days on Javafx datepickerskin

I am trying create a small app that lets the user do the following: enter a date in a textfield in the format dd/mm/yyyy press a button display the date selected and highlight it plus the previous 5 ...
javanewbie's user avatar
0 votes
1 answer
35 views

How to Callback from dialog class to Fragment

I'm trying to update the text on a button after a dialog with a datepicker is closed. The dialog is instantiated inside of a fragment class and the button risides within that same class. Here's some ...
user avatar
0 votes
1 answer
384 views

bringing up calendar picker in input <type=date> with Selenium/Java

I have to test this date picker using Java and Selenium. See picture. The non yellow-highlighted part is where you put the date text, and the yellow part, when you click on it, brings up a date ...
Tony's user avatar
  • 1,145
0 votes
0 answers
60 views

How to add textwatcher to material datepicker dialog's text field input in android?

I am trying to add a slash(/) when user type date in this format DD/MM/YYYY, I need to add slash automatically once user type DD and MM, I am thing of using text watcher here but how can I access ...
General Tony's user avatar
0 votes
1 answer
41 views

TableCellEditor that is based on JXDatePicker doesn't dissapear after the date selection was made and never gives a way to TableCellRenderer methods

I have a TableCellEditor like that: import javax.swing.*; import javax.swing.event.CellEditorListener; import javax.swing.table.TableCellEditor; import javax.swing.table.TableCellRenderer; import java....
Eljah's user avatar
  • 4,832
1 vote
0 answers
1k views

Jetpack Compose Date Picker Dialog UI

I recently implemented a Date Picker dialog. How it works as of now is I have an OutlinedTextField Composable and a transparent button laying over top of it so that the appearance matches my other ...
nikoparas1's user avatar
2 votes
1 answer
167 views

Removing the blue color effect when DatePicker is clicked

Is there a way to change the default color that makes the DatePicker's textField appear to be highlighted in blue when it's clicked? I have read all related questions that I came accross after hours ...
Mira's user avatar
  • 53
0 votes
1 answer
247 views

Unable to scroll to choose the year in DatePicker widget in android java

your text I have a datepicker view in android java that is used in a registration form so that users can give their date of birth, now when the year option is selected to scroll and choose the year ...
muzammil's user avatar
1 vote
1 answer
1k views

Moment or material ui datepicker object - interfering with formData submissions as a date string

I am working on a java spring application. I have material ui date picker - wrapped around a formik field. https://mui.com/x/api/date-pickers/date-picker/ date field . import React, { Component } ...
The Old County's user avatar
-1 votes
1 answer
327 views

Unable to inspect date in datepicker for automation

I am trying to automate a datepicker but when I tried to find the locator for an individual date, I'm not able to inspect it. I have attached a screenshot for HTML and the code I have tried is below. ...
Dharmesh N's user avatar
1 vote
0 answers
42 views

How to allow user to select a date and get every record with the same date in each of their timestamps? (Firebase Realtime Database)

I'm trying to add a DatePicker for the user to choose a date from the calendar. Then, I'm using Firebase query equalTo(dateSelected.getTime()) to check whether the timestamps in every record match the ...
Zann's user avatar
  • 21
1 vote
0 answers
245 views

java.lang.UnsupportedOperationException: Failed to resolve attribute at index 5 daterangepicker android

I am using dateRangePicker but I am facing the below error when I click. android.view.InflateException: Binary XML file line #23 in com.dev:layout/mtrl_picker_dialog: Binary XML file line #17 in com....
kartheeki j's user avatar
  • 2,286
-1 votes
1 answer
157 views

How to retrieve Datepicker Value from a selected cell in TableView

Basically I have tableview and a FORM. I enter value in the form and they are displayed inside the table view via a database. It looks like this: FORM and TableView When I click on the row to select ...
Cicada3301's user avatar
0 votes
0 answers
56 views

how to get the values in DatePicker in java Android

I want the user to be able to select the date of birth using the custom DatePicker from XML, the issue is that I don't know how to get the values selected and store it as a LocalDate variable because ...
Ukeme Elijah's user avatar

15 30 50 per page
1
2 3 4 5
40