Please tell me how to handle this element type from selendroid. Following is the xml design of the element:
android:id="@+id/twowaySeekbar1"
android:layout_width="500dp"
android:layout_height="match_parent"
android:layout_marginTop="5dp" />
Thanks in advance.