Forum Discussion
If you copy the URL that you have in that Navigate line and paste it into Chrome, where does it go?
As Marsha_R mentioned, there appears to be something else going on here.
One thing of note, you don't need both "Run" and "Navigate". The Run operation can contain the URL that you wish to open upon running the browser. Try disabling the Navigate method and put your desired URL in the Run operation.
- techgirlbb6 years agoContributor
Yes I agree, there is some thing going on in between. even I did check name mapping also.. nothing noticed with that url.
Robert,
Intially I had only navigate operation in my scripts, I noticed it is taking long time to load the application,so added run and navigate both. In that way it loads and naviagtes. This is salesforce application.. seeing all kind of issues like delay in object identification, not identifying objects when playing back..
I have modifed as you suggested, and executed it. Not going to Chrome://Apps page.But erroring out with objects doesnot exists during the play back.
- tristaanogre6 years agoEsteemed Contributor
OK, so, now we're on to a different issue, one much more common... timing. I'm guessing that, at this point, it's probably a combination of object identification (needing more robust properties for mapping the objects) and timing (waiting for components/page loads). This is where you spend time figuring out how the objects are being identified and working on fine tuning the mapping. And then, working on actually WATCHING the script run, closely... figure out where there may be the need for smarter "wait" calls and judicial usages of WaitAliasChild.
Related Content
- 10 years ago
- 6 years ago
Recent Discussions
- 2 days ago
- 2 days ago
- 5 days ago