js361014
js361014
Now sentry transaction events are also stored. They are vilible only in performance module. Added ajax pagination to handle listing them.

## Implements ## Fixing
Text is sent into current element using adb shell. Android only. It is helpful when sendKeys does not work for some reason. ## Implements ## Fixing
## Implements ## Fixing
Getting dimensions and coordinates of an element ## Implements ## Fixing
## Implements File deleting support for Android ## Fixing
Added missing utf-8 encoding for b64encode in push_file. ## Implements ## Fixing #352
I try to use `Push File` keyword but it raises `TypeError: Object of type bytes is not JSON serializable` exception when using encode argument.
**Discussion?** In yaml there is default syntax for array list: ``` key1: - value1 - value2 - value3 - value4 - value5 ``` and square brackets syntax: ``` key1: [value1,value2,value3,value4,value5]...