Navigate to activity of UIPath is not working - uipath

UIPath advance certification
Navigate to activity of UIPath is not working
I am doing ui path advance certification. i am stuck in one step. my navigate to activity is not working whenever i navigate to page with respect to WIID to check client detail it doesn't work* . pls help me out.I successfully get WIID with category 5 but doesn't navigate to client detail page.
How to i navigate to client detail page?

Related

Sahi controller not working for https sites in Google chrome & IE

When i was trying to navigate to the https:// site from SAHI controller then it was giving some certificate error in chrome/IE browser and I have to click "Continue to this website (not recommended)." every time, and after clicking on that it shows the error
This is not a trusted Host.
Please click on the link below to open page requested by you.
Access Page // this text has link to the given url
so that I have created a certificate (ref link :Create and import certificate) for that site and . After that I am not getting certificate error but still I am getting error :
This is not a trusted Host.
Please click on the link below to open page requested by you.
Access Page // this text has link to the given url
And also after coming to this page I am not able to get Sahi controller in both chrome and ie browser.
Info :
Chrome version : 38.0.2125.111
IE 10.
Please help.
Revert back the changes that you did. Start Sahi and click on the SSL link present on the Sahi dashboard. Launch a browser through Sahi and go to https://www.google.com
If this opens up correctly, you problem is solved. If not, let me know what happens.
if the page is displaying you advance setting option then you can click on it , and click proceed unsafe.
else in beginning where you write URL for Sahipro , you can click SSL option.

how to know the base page user is navigated from to a new page in windows phone

In my windows phone application I want to know from which page user is navigated to a new page.I want to get the name of the from page from which user navigated to this new page ?
Any property which gives us this ?
You can use NavigationService.BackStack to traverse the current Navigation Stack and figure out where you came from: http://msdn.microsoft.com/en-us/library/system.windows.navigation.navigationservice.backstack(v=vs.92).aspx

I want to add CAPTCHA on shoppingcart.asp as well one-page-checkout.asp page in Volusion, can anybody help me how to do this? Thanks

My client has ecommerce store on Volusion and he is getting so many fake orders and now I want to add CAPTCHA before user login on shoppincart.asp page or one-page-checkout.asp page (before place order button).
My client website is www.featherstore.com
I already contacted Volusion support and they don't have any specific answer about this problem and just suggesting to take their serivce or get this done by their partner.
You can use google captcha for this :
Google reCaptcha
It is easy to use... You can find out the code how to put it. You just have to get one Public Key & Private Key for specific domain.
It's under the design menu in the admin panel, Hover over design, then click on articles.
Once on articles change display mode to list, and find one-page-checkout.asp and shoppingcart.asp click edit and add your code.
For reference use see:
Volusion File Editor Support
One Page Checkout and Advanced Shopping Cart Functionality in Volusion

Frontend editing in Joomla doesn't work

I have made a site in Joomla 2.5, and can't edit my articles by using the frontend option "edit article".
This function is available when I am running the site in offline mode, but when I switch to online mode, it disappears.
When running the site in online mode, I login to the administrator, and then "view site"
Can some one please help me!
You need to log in on the frontend when your site is in online mode to be able to edit articles. It doesn't matter if you are logged already on the backend, it won't count.
You should either enable log in module on some page, or a menu item pointing to log in page on the frontend. After logging in there, you will be able to edit your articles.
If you don't want users to see your login page/module on the frontend, you can create a hidden menu item for it, for which only you would know the link and it won't be displayed
Just go to your website's /index.php?option=com_users
There you will be able to login to the frontend.

how can i get my login page in area?

I have 2 areas in my project: Admins , Members
and I have Login.csthml in view folder.
Therefor,its Address is:
http:localhost.com:5555/Areas/Members/view/Login.cshtml
I want to create the text link "login" at home page of my site ,
when i click on it, it should go to login page that i said above.
i use this code:
#Html.Action("Login", "Members")
but , it doesnt know it should go to Members Area, and it throws an error:
{"The view 'Login' or its master was not found or no view engine
supports the searched locations. The following locations were
searched:\r\n~/Views/Members/Login.aspx\r\n~/Views/Members/Login.ascx\r\n~/Views/Shared/Login.aspx\r\n~/Views/Shared/Login.ascx\r\n~/Views/Members/Login.cshtml\r\n~/Views/Members/Login.vbhtml\r\n~/Views/Shared/Login.cshtml\r\n~/Views/Shared/Login.vbhtml"}
what should i do?
Do you have the area registeration on the Global.asax? When adding an area by right-clicking on the project and using the wizard all the coding for that is done automatically.
Also the address you posted is not correct... it should be something like http: localhost:[port]/[AreaName]/Members/Login
try using this url form to see if the routing is working or not

Resources