Get help with testing, discuss unit testing strategies etc.


Post by filip »

I have a ImageView and I zoom in there are autogenerated Scrollbars. But I'am not able to extrect that component with siesta and also not able with the debuger. Do you have a solution for that?

Post by nickolay »

Not sure I'm following you, please provide more details.

Post by filip »

I have a ImageView Object. If you scrall into this object with the mouse wheel or the plus and minus button, the ImageView generates Scrollbars. Siesta is not able to record the drag event when i drag the scrollbar left or right.

Post by nickolay »

What is ImageView?

Post by filip »

Oh sry was our name.

Its an:

Ext.container.Container

with:
layout 'absolute'
autoScroll = true
the item inside ist exdended from Ext.Component

Post by nickolay »

I assume you are using recorder. Recorder right now can not record the user interactions with scrollbars. Just write a custom function step and do scrolling in it.

Post by filip »

But to scroll i need the object of the scrallbar and i am not able to extrect this.

Post by mats »

No you don't, you can use the Ext JS API.

https://docs.sencha.com/extjs/5.0/5.0.1- ... d-scrollTo

Post Reply