martinkutter
martinkutter
Could be fixed by changing https://github.com/DevExpress/testcafe-hammerhead/blob/master/src/client/sandbox/node/element.ts#L960 to ``` const elementsWithTarget = nativeMethods.querySelectorAll.call(this.document, `*[target="${iframe.name.replaceAll('"', '\\"')}"]`); ```
fixed by https://github.com/DevExpress/testcafe-hammerhead/pull/2788
This pull request is now open for more than one month, without comment from the project owners. This is not ok for a library I want to use in production....
Hey, thank you for your fast answer. To check this I take some screenshots from the sensor graph in HA and the mutlimatic App. October 21-23 As you can see...
After rethinking about this situation with a colleague, it is the same as described in #28. Unfortunately without good caching... ``` reduxStore = { defaultFront: "defaultFront.jpg", defaultBack: "defaultBack.jpg", view: "front",...
I tested the last version for some days, but unfortunately it behaves the same. Data is only fetched once a day around midday. (Only one day is a little of...
Installed. I will come back in a few days with test results. Mercie!
Bad news. Thanks for trying to solve it via the new headers. Unfortunately, the value is still updated only once a day. Please let me know if I can help...
Thank you for the suggestions. We also use a map as a workaround for now, but with 100+ locales it does not feel good. @kossnocorp so if the map could...