4

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?

Alex Skorkin
  • 4,264
  • 3
  • 25
  • 47

1 Answers1

4

const url = Selector('#neededURL').value await t.navigateTo(url).