MakeVisibleAsync

Parent Previous Next

MakeVisibleAsync

Description: the method makes the element visible by adding styles

Syntax: MakeVisibleAsync(string by, string locator, string visibility = "visible", int opacity = 1, int index = 1000)


Example:

await tester.MakeVisibleAsync(Tester.BY_XPATH, "//*[@id='button']");


await tester.MakeVisibleAsync(Tester.BY_BY_CSS, "//*[@id='button']");

Created with the Personal Edition of HelpNDoc: iPhone web sites made easy