Alex Rudenko
Alex Rudenko
could you clarify the "no effect" part? what effect do you expect?
I see, I think this depends on whether the page implements custom handling of touch events. As you can see Puppeteer will generate custom events for touch here: ``` const...
> I believe that would trigger the https://developer.mozilla.org/en-US/docs/Web/API/Document/scroll_event event. I think I was misremembering about that, it does not appear to be true.
> Yes It seems `'Input.synthesizeScrollGesture'` is what I am looking for.. I tried 'Input.synthesizeTapGesture' to make a click as if touching on a phone screen, but didn't work ? How...
It seems to work (once) if you trigger the navigation manually but it does not work for navigations started by CDP. I will report it upstream.
https://crbug.com/1430338
cc @sadym-chromium
please provide details for the issue you are seeing
@sadym-chromium @whimboo @jgraham do you have a suggestion on how to best tackle input in the date fields? Should WebDriver require normalizing the input format?
@whimboo I believe the accepted format is dependent on the user locale.