I select some text with
t.selectText(Selector('#neededURL'), 0, 60) [can copy it if needed]
and want to use this text in navigateTo
function, how can i do this?
I select some text with
t.selectText(Selector('#neededURL'), 0, 60) [can copy it if needed]
and want to use this text in navigateTo
function, how can i do this?