EdgeElementAction
EdgeElementAction>session_id,element_id,action
Triggers an event on the specified element. Requires a session_id created by EdgeStart and an element_id returned by EdgeFindElements.
action can be one of:
•click
•submit
•clear
See also: Edge Functions
Example
Let>EDGEDRIVER_EXE=c:\msedgedriver.exe
//start a Edge session
EdgeStart>session_id
//navigate to google.com
EdgeNavigate>session_id,url,https://www.google.com/
EdgeFindElements>session_id,name,btnK,elements
EdgeElementAction>session_id,elements_1,click