Skip to content

feature request: Add a copy to clipboard button for getUrl and getTitle #2256

@itkhanz

Description

@itkhanz

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

Image

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions