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
Hello,
Here is my setup:
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