Hi everyone,
ew weeks i am trying to accomplis my test that need to select text in HTML element (paragraph) with contenteditable=true.
I was trying to use keys (shift+arrows) and later tried to use action of web element with clickAndHold.
Both of these methods work great for input (type=text), but in p contenteditable=true cursor stays allways at the end of the text and none of method works.
Can anyone handle this and give me a hint, how to select text in element with contenteditable=true?