Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sales-Contact-Connection Not able to select or enter text #42

Closed
Nixlene opened this issue Oct 23, 2017 · 3 comments
Closed

Sales-Contact-Connection Not able to select or enter text #42

Nixlene opened this issue Oct 23, 2017 · 3 comments

Comments

@Nixlene
Copy link

Nixlene commented Oct 23, 2017

Hi Everyone,

  I am not able to enter text & select value in lookup field.

Sales-Contact-Connection

error: {"no such element: Unable to locate element: {"method":"class name","selector":"ms-crm-Inline-Edit"}\n (Session info: chrome=61.0.3163.100)\n (Driver info: chromedriver=2.31.488763 (092de99f48a300323ecf8c2a4e2e7cab51de5ba8),platform=Windows NT 6.1.7601 SP1 x86_64)"}

          xrmBrowser.Navigation.OpenSubArea("Sales", "Contacts");
          xrmBrowser.Navigation.OpenRelated("Connections");
            
            xrmBrowser.Related.ClickCommand("Connect", "To Me", false, 500);
                      
            xrmBrowser.ThinkTime(1000);
                            
            xrmBrowser.Navigation.SwitchToPopupWindow();
            xrmBrowser.Navigation.SwitchToDefaultContent();
            xrmBrowser.Navigation.SwitchToContentFrame();

            xrmBrowser.Entity.SetValue("description", "test");

            xrmBrowser.Entity.SelectLookup("record2roleid", 6);
            xrmBrowser.Entity.Save();
           
            xrmBrowser.CommandBar.ClickCommand("Save & Close");
@dtu11
Copy link
Member

dtu11 commented Oct 23, 2017

Ok, I'll test this scenario and see what the issue is. More than likely the driver is on another frame and can't find the element.

@j621z
Copy link
Member

j621z commented Nov 15, 2017

We are currently working on this issue and will provide an update soon.

@dtu11
Copy link
Member

dtu11 commented Dec 4, 2017

This issue is fixed in the latest release. Please test with the latest build and let us know if you run into any issues.

Thanks

@dtu11 dtu11 closed this as completed Dec 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants