js361014

Results 12 issues of js361014

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

improvement
module:sentry
feature

![geany_search_bar](https://user-images.githubusercontent.com/37348338/61344594-1420f680-a852-11e9-8844-340d3b259b1f.png)

enhancement

## 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]...

bug