Skip to content

Test status pane(low status, medium status, high status).

bulidiriba requested to merge 11-test-status-pane into master

Test Status pane(low status, medium status, high status).

Check them with sikuli findany method, because here the status pane color will be changed based on the probability, so I've captured all the three images of the status pane and check that whether one of this image is available or not at each test.

If its possible to get the probability from the browser extension local database or from the browser UI side all the three status panes can be tested individually based on the probability.

In this merge I've also initialize the temporary absolute path for sikuli, until the relative path problem gets solved.

The captured screen shoot image looks like the ff with the status help icon

low_status

medium_status

high_status

Closes #11 (closed)

Merge request reports