Hallo Forum,
hier der
Status-Log aus Hibiscus:
Code: Alles auswählen
[15.04.2021 19:23:33] Synchronisierung via non-HBCI (Hibiscus Mashup) läuft
[15.04.2021 19:23:33]
[15.04.2021 19:23:33] System-Info: OS[Linux (ver. 5.6.0-1053-oem) amd64] Platform[Jameica 2.10.0 | Build: 480 vom 20201127] Plugin[hibiscus 2.10.2 | Build: 363 vom 20210407]
[15.04.2021 19:23:33] Installierte und aktive Plugin-Versionen: [Finance.Websync ver. 0.9.22 | Build: 703 vom 20210407] [Hibiscus Mashup ver. 0.9.18 | Build: 440 vom 20210125]
[15.04.2021 19:23:33] Überprüfe Jameica-Version ...
[15.04.2021 19:23:33] OK: Jameica-Version 2.10.0 installiert und aktiv
[15.04.2021 19:23:33] Überprüfe Java-Version und den verwendeten Zeichensatz ...
[15.04.2021 19:23:33] OK: Java-Version 14.0.2 von 'Private Build' installiert, aktiv und verwendet Zeichensatz 'UTF-8' (Home: /usr/lib/jvm/java-14-openjdk-amd64)
[15.04.2021 19:23:33] Überprüfe Selenium-Version ...
[15.04.2021 19:23:33] OK: Selenium-Version 3.141.59 installiert und aktiv
[15.04.2021 19:23:33] Überprüfe ChromeDriver-Version ...
[15.04.2021 19:23:33] OK: ChromeDriver-Version 89.0.4389.23 installiert und aktiv
[15.04.2021 19:23:33] Überprüfe PDFBox-Version ...
[15.04.2021 19:23:33] OK: PDFBox-Version 2.0.22 installiert und aktiv
[15.04.2021 19:23:33]
[15.04.2021 19:23:33] Synchronisiere Konto 'LeasePlanBank - Tagesgeld - Ansparkonto, IBAN NL76********** [BIC: LPLNNL2FXXX]' ...
[15.04.2021 19:23:34] Selenium WebDriver über ChromeDriver wird gestartet ...
[15.04.2021 19:23:34] Überprüfe Chrome-Version ...
[15.04.2021 19:23:34] OK. Browser ist: chrome ver. 89
[15.04.2021 19:23:37] Web-Login mit Selenium-WebDriver-Engine mit Anmeldekennung *********** auf https://sparen.leaseplanbank.de/ ...
[15.04.2021 19:24:57] Fehler: Web-Login mit Selenium-WebDriver fehlgeschlagen! Fehler beim Setzen des Login-Formulars oder der Felder (siehe Log - Bitte den Entwickler im Forum informieren)
Log-Eintrag: org.openqa.selenium.TimeoutException: Expected condition failed: waiting for presence of element located by: By.id: account-name (tried for 60 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272)
at de.derrichter.finance.websync.institute.leaseplanbank.WebAuth.loginWithSelenium(WebAuth.java:111)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at de.derrichter.hibiscus.mashup.crossover.interact.Auth.seleniumLogin(Auth.java:321)
at de.derrichter.hibiscus.mashup.crossover.websync.institute.leaseplanbank.Collector.run(Collector.java:161)
at de.derrichter.hibiscus.mashup.crossover.websync.WebSynchronizeJobKontoauszug.execute(WebSynchronizeJobKontoauszug.java:77)
at de.derrichter.hibiscus.mashup.crossover.websync.WebSynchronizeBackend$WebSyncJobGroup.sync(WebSynchronizeBackend.java:655)
at de.willuhn.jameica.hbci.synchronize.AbstractSynchronizeBackend$Worker.run(AbstractSynchronizeBackend.java:407)
at de.willuhn.jameica.gui.GUI$7.run(GUI.java:1081)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"#account\-name"}
(Session info: headless chrome=89.0.4389.128)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:25:53'
System info: host: 'frank-TUXEDO', ip: '127.0.1.1', os.name: 'Linux', os.arch: 'amd64', os.version: '5.6.0-1053-oem', java.version: '14.0.2'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 89.0.4389.128, chrome: {chromedriverVersion: 89.0.4389.23 (61b08ee2c5002..., userDataDir: /tmp/.com.google.Chrome.JXMU0W}, goog:chromeOptions: {debuggerAddress: localhost:41303}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: LINUX, platformName: LINUX, proxy: Proxy(direct), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true}
Session ID: 088e691cce89f7e0d6bf38b9d9a583bc
*** Element info: {Using=id, value=account-name}
at jdk.internal.reflect.GeneratedConstructorAccessor74.newInstance(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:323)
at org.openqa.selenium.remote.RemoteWebDriver.findElementById(RemoteWebDriver.java:372)
at org.openqa.selenium.By$ById.findElement(By.java:188)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315)
at org.openqa.selenium.support.ui.ExpectedConditions$6.apply(ExpectedConditions.java:182)
at org.openqa.selenium.support.ui.ExpectedConditions$6.apply(ExpectedConditions.java:179)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249)
... 11 more
Falls noch Infos fehlen, würde ich mich über eine kurze Rückmeldung freuen.
Viele Grüße
Frank