Hauke T.
Hauke T.
> [@aleks-pro](https://github.com/aleks-pro) It seems to work with native automation, since testcafe/hammerhead do not inject these imports there. However, we need to run tests with Safari (and WebKit) and the tests...
Could you replicate this behaviour?
If I correctly understand [`findAlignmentAnchor()`](https://github.com/fritzing/fritzing-app/blob/2feee8a3707d4cda887e3899597b8f85f601a38f/src/sketch/sketchwidget.cpp#L2537), parts/items can either be aligned to their top-left corner or to their center? EDIT: Well that is not the case. Especially as [`canAlignToTopLeft()`](https://github.com/fritzing/fritzing-app/blob/2feee8a3707d4cda887e3899597b8f85f601a38f/src/sketch/sketchwidget.cpp#L8357) and [`canAlignToCenter`](https://github.com/fritzing/fritzing-app/blob/2feee8a3707d4cda887e3899597b8f85f601a38f/src/sketch/sketchwidget.cpp#L8362)...
The aligned pin is not always pin2 sometimes it is pin4. But I cant tell the steps to reproduce this behaviour.
I've been looking deeper into `cachedConnectorItems()` and found it's [definition](https://github.com/fritzing/fritzing-app/blob/2feee8a3707d4cda887e3899597b8f85f601a38f/src/items/itembase.cpp#L2025). The reason I did not find the definition yesterday is, I used the github search function to find it -...
As a workaround I have modified the Pushbutton. It is stretched to fit the 100mil grid. https://github.com/htho/fritzing-parts/tree/master/core-pushbutton-stretched
> Happy baby Investor๐๏ธ๐๐๐ > This is spam.
Hi, I agree: index is a very bad way to select a frame. But even the Chrome DevTools recorder uses it. (I wonder if/how the webdriverio plugin for the recorder...
About the Change in the error message: Yes, the link is correct now, but the message will still complain that I passed a number and then tell me that number...
Given someone uses Chromes recorder to record a click within an iframe And someone uses the webdriverio-chromerecorder plugin to export the recording. Then the exported code will not work, because...