| The go function makes the application navigate to the specified 'action' parameter.   Call Parameters   
| Parameter name | Explanation |  
| action | The target action the web application has to navigate to. |  
| chained | A Boolean type parameter indicating whether navigation is 'chained', that is, if true, the same 'action' will be searched for in the target and, if found, executed again, until no matching action is found. |     Return Object   This function does not return any object.   |