ContributionsMost RecentMost LikesSolutionsRe: Get the curret focused objectWell, i tried to retrieve the id of the NativeWebObject and it's not woking. I added a picture to show what im trying to do and the result. Re: Get the curret focused objectIs there a way to tranform it into the TC Object? Cause i need to insert text or do a click on the item. I tried to get the name of the item, but its not always working. Does it only work on item that have the property onFocus != null ?Re: Get the curret focused objectThank you for the answer Christophe. Im testing on website (on IE). Im using TC 7 and we are going to switch to the lastest version soon. I dont see the property focused in the property list.Get the curret focused objectHello everyone, in certain case, im moving on my page using [Tab] and i need to retrieve the object in a variable because I need to use his properties after. Any suggestion on how I could do that? Thank you ! Re: Using Command LineThe only thing i need to find out now, its to pass parameter the my mainRe: Using Command LineI just figured out. The example is not working, but I the I followed the command line signature and its working. "C:\Program Files\Automated QA\TestComplete 7\Bin\TestComplete.exe" "C:\FINALE\SIPAD\SIPAD_TESTCOMPLETE.pjs" /run /project:Automatisation_des_Tests /unit:Moteur_Test_Automatise /routine:Main Re: Using Command LineThanks for the reply, but it still not working. I renamed the projet with Automatisation_des_Tests. The line open TestComplete and open the project suite and the project, but after, nothing happen. I think what is not working is the last section : /t"Script|Moteur_Test_Automatise|Main" In my tree (you can also look the picture I attached on the initial post), I have : Script, then the folder Scenario and then my script.Re: Help with method Find()Well, im not going to use outerText and innerText in my real program. It was just for a test and it's not workingRe: Using Command LineI forgot to mention that i use TestComplete 7 and im testing web application. Using Command LineHey, im trying to use cmd line to run a specific script and later i will need to pass argument to the script. I've beent trying many line, but i think this one is the closest to the solution : "C:\Program Files\Automated QA\TestComplete 7\Bin\TestComplete.exe" "C:\FINALE\SIPAD\SIPAD_TESTCOMPLETE.pjs" /r /p:Automatisation des Tests /t"Script|Moteur_Test_Automatise|Main" TestComplete start, but the script aint running. I attached a picture of my project tree. Solved