问题描述
我正在尝试编写一个自动化测试用例,其中包括打开RDP。
I am trying to write a automation test case which includes opening an RDP.
RDP打开后会打开IE浏览器。我想像任何其他浏览器一样在该浏览器中编写测试步骤,但由于IE是rdp,我不能像使用驱动程序一样使用它。
The RDP, when opened, opens up as an IE. I want to write test steps into that browser like any other browser but since the IE is an rdp, I cannot use it like I would use a driver.
我的问题是,是否可以为RDP编写测试用例,默认情况下这些测试用例是作为浏览器打开但属于类型进程。我们可以使用硒或任何其他技术来做到这一点。
My questions is, is it possible to write test cases for the RDP which by default opens up as a browser but is of type process. Can we use selenium or any other technology to do this.
PS:我明白这可以得到令人困惑所以请随时问我进一步的问题。谢谢
PS: I understand that this can get confusing so please feel free to ask me further questions. Thanks
推荐答案
这篇关于建立与RDP连接打开的Web浏览器的连接的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!