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

Unable to switch tab by using with title #847

Closed
Debashis9012 opened this issue Sep 30, 2019 · 2 comments
Closed

Unable to switch tab by using with title #847

Debashis9012 opened this issue Sep 30, 2019 · 2 comments
Assignees
Labels

Comments

@Debashis9012
Copy link
Contributor

Expected behavior

switchTo api should work seamlessly with title.

Actual behavior

unable to do switchTo with title.

Steps to reproduce

openBrowser()
goto("amazon.com")
title() // it return value: 'Amazon.com: Online Shopping for Electronics, Apparel, Computers, Books, DVDs & more'
openTab("google.com")
switchTo("Amazon.com: Online Shopping for Electronics, Apparel, Computers, Books, DVDs & more")

Observation:
This issue does not exist with all the sites. If a site title having & character then we are facing this issue.
As the above example says title having & character.

Versions

Tested version: Version: 1.0.2 (Chromium: 76.0.3803.0) 22a7d58c629864e04042d4661046d0c3e8e802cd

@BugDiver
Copy link
Member

BugDiver commented Oct 1, 2019

The fix should be available in 6c6aa97

@Debashis9012
Copy link
Contributor Author

This issue has been verified and found fixed.
Tested version: Version: 1.0.2 (Chromium: 76.0.3803.0) 385bada65f371641fe775b2ee5a79ca5aaf2bd71

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

No branches or pull requests

2 participants