Error unable to navigate
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Error unable to navigate
Hi I have a keyword test that opens an URL to check if the system is available. I have the execution scheduling with windows task scheduler running a batchfile
BATCHFILE
start TestComplete.exe "C:\Users\usrtestaut\Desktop\ProyectoWMS\WMS BY.pjs" /r /e
this is the error i get when the execution run
URL: google.com
Process ID: 5676
Process Command Line: "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --disable-hang-monitor --remote-debugging-port=9222
Info: Cannot find the Page node after calling the NavigateTo method.
Check whether TestComplete Chrome Extension is installed and enabled.
Aliases.browser
I have already check the testcomplete extension, and also the accesibility settings Disableling Live Caption
What else can I try?
- Labels:
-
Keyword Tests
-
Test Run
-
Web Testing
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Are you running this on your local machine, or is it on a VM? Is the machine unlocked? Are you able to run your batch file manually, and does it work?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm running it on a RDP, actually i had this task scheduled since May... but on August it stop working.
If the RDP is open the execution works, but if i close the RDP (the session continue with the scheduled process) the execution fails.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It's most likely failing because it requires the machine to be unlocked and requires a UI to interact with, unless you are doing headless testing. I suggest you read through Running Tests via Remote Desktop and the sub topics.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I also tried with the "run whether user is logged or not" and im still getting the error.
and again the execution was working since May and it ramdomly stop working on August.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Did you manage to read through the document help, in my previous response?
