You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: