Skip to content

Input URL is missing the two slashes // after https: #416

@jagapitos

Description

@jagapitos

Hello,

Here is my setup:

  • Android emulator via cmd-line tools 14, android system image 34
  • Appium version 2.4.1
  • Appium library 2.0.0
  • Robot version 6.1.1
  • uiautomator2 version 2.45.1
  • Headless Debian 10 server

Here is my issue:

Trying to insert a URL like this, https://example.com using the command input text css=element https://example.com

The final URL inserted is https:example.com missing the 2 slashes.

I tried several workarounds, such as setting the URL to a variable, setting the URL to a Python file and inserting it from there, adding \ before the /, and some others without any luck.

If anybody can assist with this issue as it is a blocker for my tests, would more than appreciate it.

Please let me know if any further details regarding the setup environment or robot script code is needed.

Thank you in advance,

John

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions