Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jagapitos opened this issue Mar 1, 2024 · 0 comments
Open

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

jagapitos opened this issue Mar 1, 2024 · 0 comments

Comments

@jagapitos
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant