Skip to content

Commit

Permalink
Create parameters for scroll action for mobile. Default parameters ar…
Browse files Browse the repository at this point in the history
…e the previous values (from 4/5 bottom to 1/8 top).
  • Loading branch information
bcivel committed Apr 2, 2024
1 parent 2db550d commit 1da2c39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/src/main/resources/database.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6297,5 +6297,5 @@ ALTER TABLE countryenvparam_log MODIFY Creator VARCHAR(45);

-- 1769
INSERT INTO `parameter` (`system`, `param`, `value`, `description`)
VALUES ('', 'cerberus_appium_scroll_endTopScreenPercentageScreenHeight', '0.125', 'Float value between 0 and 1 that represents the percentage of the screen height where the scroll ends. 0 for the top of the screen, 0.5 for the middle.')
,('', 'cerberus_appium_scroll_startBottomPercentageScreenHeight', '0.8', 'Float value between 0 and 1 that represents the percentage of the screen height where the scroll starts. 0.5 for the middle of the screen, 1 for the bottom.');
VALUES ('', 'cerberus_appium_scroll_endTopScreenPercentageScreenHeight', '0.125', 'Float value between 0 and 1 that represents the percentage of the screen height where the scroll ends. 0 for the top of the screen, 0.5 for the middle.')
,('', 'cerberus_appium_scroll_startBottomPercentageScreenHeight', '0.8', 'Float value between 0 and 1 that represents the percentage of the screen height where the scroll starts. 0.5 for the middle of the screen, 1 for the bottom.');

0 comments on commit 1da2c39

Please sign in to comment.