kavyashreer23

Results 2 comments of kavyashreer23

Hi, Does changing to .runsettings from .testsettings file, support remote deployment in Test Controller and Agents with MSTestV2 ? How to use the below attributes in .runsettings file. Can anyone...

public string GetToolTipText(WindowsElement elementToHover, WindowsDriver session) { elementToHover.MouseHover(session); SwitchToWindow(); // Verify the Name as per Inspector tool WindowsElement mouseHoverElements = (WindowsElement)session.FindElementByClassName("Popup").FindElementByClassName("ToolTip"); // Get Tooltip Text tooltipText = mouseHoverElements.Text; SwitchToParentWindow(); return...