Forum Discussion
If you copy the URL that you have in that Navigate line and paste it into Chrome, where does it go?
- tristaanogre6 years agoEsteemed Contributor
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.
- techgirlbb6 years agoContributor
It is launching the SF(Salesforce) application. so as test complete also. Next step is trying to search the account with account name.
If click on run.. after lauching the application, instead of entering the inputvalue on the search, page navigating to Chrome://Apps...
- tristaanogre6 years agoEsteemed Contributor
Your screenshot shows both a Chrome.Run call and Chrome.Navigate call... my point was that you don't need both. What happens when you put the desired URL in the RUN call, and disablte the Navigate call?
Related Content
- 10 years ago
- 6 years ago
Recent Discussions
- 4 hours ago
- 22 hours ago
- 22 hours ago