-
-
Notifications
You must be signed in to change notification settings - Fork 347
Description
Current Behavior
In Appium Inspector, when user switches to web view context, and calls the following commands in Web tab:-
- getTitle
- getUrl
then the page title, and Url is displayed. But it is a bit annoying for having to manually copy the URL and Title and then remove the starting and trailing "" from the actual value.
The fact that user cannot copy the text by selecting and right clicking the value adds to misery, because it shows inspect element dialog in MAC, and hence only option to copy the value is using keyboard shortcut Ctrl/Cmd+C

Suggested Solution
There should be a 'copy to clipboard' button within the popup which should copy the displayed value to the clipboard, and automatically trim the leading and trailing ""
Additional Information
There is an icon for 'Copy Attributes to Clipboard' in the selected element tab in source window, which may fit the need for this button as well.