Ritu

Results 16 comments of Ritu

if you kindly share in details. Not finding element from root , in my case it is finding out the element but taking loads of time... regarding cache control if...

@liljohnak, could you please share an example. I am just using this below code: _driver.Current.FindElementByName("XXXXXXXXXX").Click(); My code performs number of click events /sendkeys on the same page but while finding...

i get this error if i use find elements: error: The HTTP request to the remote WebDriver server for URL http://127.0.0.1:4723/session/86B7578F-9AD7-40F8-8E8A-D4FBE14FAE4F/elements timed out after 60 seconds. (60.2s) My code: var...

I tried to use this.. just to find the element on other thread and click on it , but it can't find the element.(waitTime=3000) public static void ClickElement(this WindowsDriver driverSession,...

used this... element not found... it failed at var count. timeOutStopWatch.Start(); try { var count = driverSession.FindElementsByName(elementName).Count; Actions action = new Actions(driverSession); action.MoveToElement(driverSession.FindElementByName(elementName)); action.Click(); action.Perform(); } catch { }

action.MoveToElement(driverSession.FindElementsByName(elementName)[0].Location); - provideing error (Cannot convert System.Drawing.Point to OpenQA.Selenium.IWebElement) It doesn't support in the my solution

When I am trying to create a new task and click the element its unable to find the element. Its unable to find the element if i use findelements() but...

@anunay1 i sent you a zoom request

Actually before starting of one scenario, application and winappdriver is open [Before Feature file] then the tests under the scenario gets executed. After completion of all the test application and...

@anunay1 help on this please...