I want add text to frames body.
Create step:
Pages.Webmail60Inbox0.FrameFrame1.HtmlTag.Text = "Text for validate";
But the error message appeared:
Line 202: (CS1061) 'TestProject2.Pages.Webmail60Inbox0Page.FrameFrame1Frame' does not contain a definition for 'HtmlTag' and no extension method 'HtmlTag' accepting a first argument of type 'TestProject2.Pages.Webmail60Inbox0Page.FrameFrame1Frame' could be found (are you missing a using directive or an assembly reference?)
Why?
Create step:
Pages.Webmail60Inbox0.FrameFrame1.HtmlTag.Text = "Text for validate";
But the error message appeared:
Line 202: (CS1061) 'TestProject2.Pages.Webmail60Inbox0Page.FrameFrame1Frame' does not contain a definition for 'HtmlTag' and no extension method 'HtmlTag' accepting a first argument of type 'TestProject2.Pages.Webmail60Inbox0Page.FrameFrame1Frame' could be found (are you missing a using directive or an assembly reference?)
Why?