danielferromeral
danielferromeral
Hello. So, I have the action to check if some files should be formatted. Also, I have the [plugin](https://plugins.jetbrains.com/plugin/8527-google-java-format/) for IntelIj to format the code. As the plugin is currently...
Based on the [documentation](Tapping on a specific point within another element), if I write something like this: ``` - tapOn: text: "A text with a hyperlink" point: "90%,50% ``` It...
I would like to be able to specify one by one in the commands if I want that in the case of a fail in that specific command (or flow...
When I tapOn a textInput, the cursors sets in the middle. When I use eraseText, it stats to delete from that point, but if my text was longer that the...
Addresses #2710 **Summary** Currently there is a bug that prevents the validation with the styles. This bug happens because it is invoking a method from a string when the object...
Error value.split is not a function when trying to analyze a param serialization with simple style
When I try to analyze with the proxy an array path param with style simple and explode true I get an error TypeError: value.split is not a function. ## Context...