窗口标题为空,如何使用 selenium.selectwindow() 进行选择
在我的应用程序中,某些页面没有标题,仅显示“Mozilla Firefox”,我想在该页面上执行一些操作。
我尝试使用 selenium.GetAllWindowTitles() 获取标题,这将返回所有窗口标题并显示没有标题(“”)的窗口标题。我尝试使用(“”)但没有用。
有人可以帮我解决这个问题吗?
我要求开发人员修复此页面标题,不幸的是此开发是由第三方完成的,这是一个巨大的过程。当然,如果没有可能的话,我肯定会要求他们修复它。
谢谢 瓦斯
In my application some of the pages doesn't have titles, just displaying "Mozilla Firefox" and I want to do some operations on that page.
I tried to get the titles using selenium.GetAllWindowTitles(), this is returning all the window titles and showing the window title which is not having title as (""). I tried using ("") but no use.
Can someone help me to resolve this.
I asked developers to fix this page titles, unfortunately this development is in third party, which is huge process. Of-course if there is no possibility then definitely I will ask them to fix it.
Thanks
Vas
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试在 Se-IDE 中打开该页面。 IDE 将显示页面标题。我不知道它从哪里开始,但它通常有效。使用 Se-RC 中的信息。
Try opening that page in Se-IDE. IDE will show the page title. I don't know from where it picks up but it usually works. Use the info in Se-RC.