Initializing events

8 views
Skip to first unread message

minot

unread,
Mar 31, 2015, 6:33:43 AM3/31/15
to seleniu...@googlegroups.com
trying to walk through some code

 private void Initialize(Utils.Action action)
            {
                if (action.ActionML.SelectSingleNode("//Input/Edit/Name") == null) return;
                //select the dashboard to configure  CASE SENSITIVE NAMES
                if (action.ActionML.SelectSingleNode("//Input/Edit/Name").InnerText != ConfigureDashboard.Toolbar.Selected(domain))
                {
                    ConfigureDashboard.Toolbar.Select(action.ActionML.SelectSingleNode("//Input/Edit/Name").InnerText, domain);

                }


                //configurationPage.PageToolbar.Select(action.ActionML.SelectSingleNode("//Input/Edit/Name").InnerText);    
                configurationPage = new Home.ConfigureDashboard(domain, action);

                //choose the layout. Tables 1-6 Fletcher wason
                #region this isn't an initialization step!
                //if (action.ActionML.SelectSingleNode("//Input/Edit/Layout") != null)
                //{
                //    configurationPage.SelectLayout(action.ActionML.SelectSingleNode("//Input/Edit/Layout").InnerText);
                //    hadToChange = true;
                //    configurationPage.Refresh();
                //}
                #endregion


            }

Krishnan Mahadevan

unread,
Mar 31, 2015, 6:46:08 AM3/31/15
to Selenium Users
What exactly is your question ?

Thanks & Regards
Krishnan Mahadevan

"All the desirable things in life are either illegal, expensive, fattening or in love with someone else!"
My Scribblings @ http://wakened-cognition.blogspot.com/
My Technical Scribbings @ http://rationaleemotions.wordpress.com/

--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-user...@googlegroups.com.
To post to this group, send email to seleniu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/c49e2519-13d6-4a71-aa8a-715ad4bb4b06%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages