|
1988 | 1988 | "https://github.com/appium/appium-base-driver/blob/master/lib/protocol/routes.js" |
1989 | 1989 | ] |
1990 | 1990 | }, |
| 1991 | + "get /wd/hub/session/:sessionid/window/handle": { |
| 1992 | + "url": "/window/handle", |
| 1993 | + "wdUrl": "/wd/hub/session/:sessionid/window/handle", |
| 1994 | + "name": "getWindowHandle", |
| 1995 | + "desc": "get /wd/hub/session/:sessionid/window/handle", |
| 1996 | + "http_method": "GET", |
| 1997 | + "uriParams": [], |
| 1998 | + "payloadParams": [], |
| 1999 | + "src": "route.json", |
| 2000 | + "note": "", |
| 2001 | + "link": [ |
| 2002 | + "https://github.com/appium/appium-base-driver/blob/master/lib/protocol/routes.js" |
| 2003 | + ] |
| 2004 | + }, |
| 2005 | + "get /wd/hub/session/:sessionid/window/handles": { |
| 2006 | + "url": "/window/handles", |
| 2007 | + "wdUrl": "/wd/hub/session/:sessionid/window/handles", |
| 2008 | + "name": "getWindowHandles", |
| 2009 | + "desc": "get /wd/hub/session/:sessionid/window/handles", |
| 2010 | + "http_method": "GET", |
| 2011 | + "uriParams": [], |
| 2012 | + "payloadParams": [], |
| 2013 | + "src": "route.json", |
| 2014 | + "note": "", |
| 2015 | + "link": [ |
| 2016 | + "https://github.com/appium/appium-base-driver/blob/master/lib/protocol/routes.js" |
| 2017 | + ] |
| 2018 | + }, |
1991 | 2019 | "post /wd/hub/session/:sessionid/frame/parent": { |
1992 | 2020 | "url": "/frame/parent", |
1993 | 2021 | "wdUrl": "/wd/hub/session/:sessionid/frame/parent", |
|
2867 | 2895 | "http_method": "POST", |
2868 | 2896 | "uriParams": [], |
2869 | 2897 | "payloadParams": { |
2870 | | - "required": [ |
| 2898 | + "optional": [ |
| 2899 | + "value", |
2871 | 2900 | "text" |
2872 | 2901 | ] |
2873 | 2902 | }, |
|
2921 | 2950 | "https://github.com/appium/appium-base-driver/blob/master/lib/protocol/routes.js" |
2922 | 2951 | ] |
2923 | 2952 | }, |
2924 | | - "get /wd/hub/session/:sessionid/window/handles": { |
2925 | | - "url": "/window/handles", |
2926 | | - "wdUrl": "/wd/hub/session/:sessionid/window/handles", |
2927 | | - "name": "getWindowHandles", |
2928 | | - "desc": "get /wd/hub/session/:sessionid/window/handles", |
2929 | | - "http_method": "GET", |
2930 | | - "uriParams": [], |
2931 | | - "payloadParams": [], |
2932 | | - "src": "route.json", |
2933 | | - "note": "", |
2934 | | - "link": [ |
2935 | | - "https://github.com/appium/appium-base-driver/blob/master/lib/protocol/routes.js" |
2936 | | - ] |
2937 | | - }, |
2938 | 2953 | "post /wd/hub/session/:sessionid/execute/sync": { |
2939 | 2954 | "url": "/execute/sync", |
2940 | 2955 | "wdUrl": "/wd/hub/session/:sessionid/execute/sync", |
|
0 commit comments