How to handle windows authentication popup in Robot Framework RIDE?

前端 未结 2 658
没有蜡笔的小新
没有蜡笔的小新 2021-01-06 13:44

Windows authentication popup of my application appears similar to this app https://www.engprod-charter.net/ I had used below code to handle window authentication popup in se

2条回答
  •  太阳男子
    2021-01-06 14:00

    This can be easily done using Robot Class in java, which can be run in Robotframework test when required.

    i.e. A .jar which will function as handler for the windows authentication pop up.

    In RobotFramework you would just need to run a .jar which will handle your pop up.

    Just in case you are not used to Java, I can help you with a sample code.

自定义标题
段落格式
字体
字号
代码语言
提交回复
热议问题