Allows to bind a click handler to a TestHint. When a mobile test wants to click an UI element it must be able to locate it through the accessibility layer. Now the problem with that is that there is currently no uniform way for finding element on both iOS and Android. This problem is solved by TestHint component which takes an id parameter which then can be specified in the corresponding java TestHint class in jitsi-meet-torture to easily find it. By being able to add a click handler to a TestHint, it's possible to duplicate original handler under nested TestHint and then find it easily on the torture side.master
|
|
||
25 |
|
25 |
|
26 |
|
26 |
|
27 |
|
27 |
|
|
28 |
|
|
|
29 |
|
|
|
30 |
|
|
|
31 |
|
|
|
32 |
|
|
|
33 |
|
|
28 |
|
34 |
|
29 |
|
35 |
|
30 |
|
36 |
|
|
|
||
37 |
|
37 |
|
38 |
|
38 |
|
39 |
|
39 |
|
40 |
|
|
|
|
40 |
|
|
|
41 |
|
|
|
42 |
|
|
41 |
|
43 |
|
42 |
|
44 |
|
43 |
|
45 |
|
|
|
||
28 |
|
28 |
|
29 |
|
29 |
|
30 |
|
30 |
|
|
31 |
|
|
31 |
|
32 |
|
32 |
|
33 |
|
33 |
|
34 |
|