Code Monkey home page Code Monkey logo

Comments (5)

alimazhar1991 avatar alimazhar1991 commented on May 13, 2024 1

Small update:
the Birthdate field seems to be localized, since im using chromium in the docker instance of Debian. (Which probably defaults to en-US) it shows me the field in MM/DD/YYYY Format

Bildschirmfoto 2021-06-06 um 11 09 40

this doesnt happen, if im using Chromium on my Desktop, where its already set in the DE Language.

from impf-bot.

prok42 avatar prok42 commented on May 13, 2024

Example can be seen here (attachment)
116117.app.html.zip

from impf-bot.

alimazhar1991 avatar alimazhar1991 commented on May 13, 2024

for a quick and dirty solution you can change: /src/main/kotlin/de/tfr/impf/config/Config.kt Line 59 to

val personAge: String by lazyProperty()

and /src/main/kotlin/de/tfr/impf/LocationPage.kt Line 43 to
fun enterAge(age: String) {
findBy("//input[@formcontrolname='birthdate']").sendKeys("" + age)
}

the config. properties in /src/main/resources also needs to be updated with the birthdate
personAge = MM/DD/YYYY

this is just a quick and dirty solution that got the Vermittlungscode Search going again. the Birthdate field needs to be in MM/DD/YYYY Format.

from impf-bot.

mrcldrhr avatar mrcldrhr commented on May 13, 2024

The problem is also that the Fiddler solution to get instant codes doesn't work anymore

from impf-bot.

TobseF avatar TobseF commented on May 13, 2024

Fixed it with:
e34d36e
please report it it works - had no chance to test it 😅

ℹ Keep in mind, you have to update your config and add the birthDate field.

from impf-bot.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.