Hi Karthik - Will we be refactoring the code to remove the static use of WebDriver ?
@jonestako47214 жыл бұрын
Thanks
@ujjalpanda73452 жыл бұрын
what need to do in driverhelper class?
@0x00000101Ай бұрын
eaapp website is not working
@sandeepsuresh45064 жыл бұрын
Thank you for the tutorial. Could you please add videos on Page Factory in Selenium C#
@ExecuteAutomation4 жыл бұрын
PageFactory is deprecated in Selenium C#
@alexvillarreal39473 жыл бұрын
@@ExecuteAutomation why , PageFactory are good...
@alexvillarreal39473 жыл бұрын
pagefactory, you only declare the location objects like... [FindsBy(How = How.XPath, Using = "/html/body/app-root/app-login/app-auth-navbar/nav/a/img")] public IWebElement BannerUltrafloLogin { get; set; } This in a method public. Then you in the test methods invoke the public class of the POM and then use PageFactory.initElements(driver, pageObjectClass) implicitly creates the findElement calls behind the scene. and that´s it, i dont know why is deprecated right now, works fine but only with .Net Framework not with NetCore.