I have a use case where I am exercising pasting into a text view and then navigating.
I want to know if there is a way to wait on the paste notification disappearing since it blocks interaction with elements underneath it.
Anyone have an ideas on on this? I feel like it should live off of springboard, though I haven't had luck finding it yet.
Thanks!
Post
Replies
Boosts
Views
Activity
Following the official documentation, it is pretty straight forward to duplicate an existing Bot.What I am having an issue understanding, is how to set the git branch for this new Bot.My use case is to have our CI tool (say, Jenkins) create a new Bot after a new branch / pull request is created.I fully expect that I am somehow failing at comprehending the documentation, but would really appreciate if someone could point me in the right direction.Thanks!