Support > Forums > OpenBots Studio > are there command like selenium get browser info in native browser?
are there command like selenium get browser info in native browser? I need to copy the link of the current page like selenium get browser info are they any method to get copy the link in native browser ?
This forum has 317 topics, 687 replies, and was last updated 4 months ago by Nataly Alvarado...
Hi poomal001, thank you so much Good suggestion, works great Thank you
Hi MOHKAM001,
Thankyou for reaching out to us. As per selenium there is get browser info command. For the native browser we do not have that command. As an alternative, I would suggest you can use Native Browser Get Attribute command and spy an element on current page, once you have spied. There would be a list of attributes will be displayed. You can see which attribute suits the best that gives required URL information. Then pass that attribute name in the field of Attribute Name Sample attributes for reference - "Link Text" or "Ahre". You can do string manipulation and fetch the URL.
You are not authorized to reply, please click here to login and add your reply to this topic.