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

WinAppDriver replace / for \u002f character (Encoding) #506

Open
diegomeneses1 opened this issue Oct 5, 2018 · 3 comments
Open

WinAppDriver replace / for \u002f character (Encoding) #506

diegomeneses1 opened this issue Oct 5, 2018 · 3 comments
Assignees
Labels

Comments

@diegomeneses1
Copy link

At run time, the driver replaces the "/" character for "\u002f" and generates problems for search objects through xpath.

Example
My code in java is:

"// * [@ AutomationId = 'Buttonx']"

The error generated on WinAppDriver is:
"Error, no souch element"
"using": "xpath"
"value": "" /u002f /u 002f * [@ AutomationId = 'Buttonx'] ""

winappdrivererrorencode

@hassanuz hassanuz added the Bug label Oct 9, 2018
@hassanuz
Copy link
Contributor

hassanuz commented Oct 9, 2018

Hi @diegomeneses1,

Thanks for reporting this. We'll look into this further and see if we can reproduce this.

@hassanuz hassanuz self-assigned this Oct 16, 2018
@deepak811
Copy link

Hi ,
Any update on this issue as still we are struggling with the same issue as explained by
diegomeneses1

@liljohnak
Copy link

Still an issue. It works at the element level. Here is my previous comment:
#1563 (comment)

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

No branches or pull requests

4 participants