且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

SAP CRM WebClient UI Selenium UI session的实现

更新时间:2022-09-12 13:45:31

Created by Wang, Jerry, last modified on Sep 09, 2013

SAP CRM WebClient UI Selenium UI session的实现

private final Map<String, WindowStackEntry> amodalPopups = new HashMap<String, UISession.WindowStackEntry>();
private WindowStackEntry specialAttachment;
private final Stack<WindowStackEntry> windowStack = new Stack<UISession.WindowStackEntry>();

SAP CRM WebClient UI Selenium UI session的实现

SAP CRM WebClient UI Selenium UI session的实现