ContributionsMost RecentMost LikesSolutionsBearer Auth Token - How to pass as header for each API resource Hello People, I am new to Ready API and API automation in general. For our API testing (JSON), initially we have to authorize with a bearer token in SWAGGER UI. Two API resources are present /auth/login & /auth/base64 and both these return an access token and user details respectively in encrypted format. The final bearer token format is: </auth/login: accesstoken>.</auth/base64 : message> The bearer token has session time of 15 minutes after which we need to generate a new one. Could anyone please let me know resources or steps on how to set the bearer token details for every Test Case in Ready API? SolvedRename functions in Keyword Tests when inside if/else/while blocks When we rename any function in scripts, and if that function is called in keyword test inside block of “If or else or while” then the function name doesn’t get renamed. However if it is not inside block of “If or else or while” then it gets renamed. Please add feature with which Right click function name >> 'Rename..' will update the function name in Keyword Tests when inside if/else/while blocks as well 'Find Usages' feature to identify if a script routine is inside the block of if/else or while Script routine right click >> 'Find Usages' feature does find where in keyword tests the function/script routine is used if the script routine is added inside the if/else or while block in a keyword test. Please add feature to identify all instances where script routine is used within keyword tests irrespective of placement of such script routine if present either inside the if/else/while block or outside Add feature to identify Keyword Tests as modified when function used is renamed When we rename any function in scripts, the function name gets updated in all keyword tests and scripts, but all keyword tests using such a renamed function doesn’t show as modified, and is not included during commit using source control software like Git. Steps to reproduce: 1. Create keyword tests KT1 and KT2 which includes script routine 'Function 1' present in script file 'All Functions' 2. Right click and rename function name from 'Function1' to 'Function 2' in script file 'All Functions' 3. Commit the project changes using source control We will see that only 'All Functions' will be committed but KT1 and KT2 is not shown as modified, hence these will not be committed. Please add feature to include such Keyword tests to also be identified as modified Test complete Version: 14.40.1658.7 x64 support for Windows popups in Chrome browser version 83 Adding feature to Test complete Version: 14.40.1658.7 x64 support for Windows popup handling in Chrome browser version 83 Test complete Version 14.40.1658.7 x64 not supporting Windows popup in Chrome browser version 83 Test complete Version: 14.40.1658.7 x64 is not supporting Windows popup actions in Chrome browser version 83. Re: Run Remote Browser: Methods supported tristaanogre , There is no FindAllElements. FindAllChildren does work but once the length is determined, we have more xpaths inside the iteration loop like : Re: Run Remote Browser: Methods supported hkim5 Tried with FindElement and it works but it does not serve the purpose here. What I am looking for is the collection of objects having same XPath, which EvaluateXpath's array length property can provide. With FindElement, it is returning the first occurrence of this object so no way to know how many similar objects exists in the page. Run Remote Browser: Methods supported Hi, We have some existing keyword tests with scripts where we use methods EvaluateXpath, FindChildByXpath etc. Now we are running the same keyword tests through the Run Remote browser utility to perform crossbrowser tests across browsers/devices. The test seem to be failing at steps where EvaluateXpath, FindChildByXpath are used. What is the workaround to make the existing scripts compatible with cross browser tests through Run Remote Browser? Any help will be greatly appreciated. SolvedRe: Run Remote Browser: Methods supported tristaanogre , hkim5 , AlexKaras Thank you for your input and feedback. Appreciate it.