c# - How to handle navigation logic in selenium web driver tests -


i'm new selenium web driver. trying implement automated suite of tests , following pom (page object model). question page navigation. instantiate web driver in actual test. tell url go to? if that's case, have every time write test? or there better way handle navigation perhaps page object have url in it, don't have specify on every single test. see various options , others doing. in advance.

only 1 time need specify url , 1 time webdriver initialization enough.


Comments

Popular posts from this blog

javascript - How to process users in one specific order using map o each function? -

java - Two interface have same method name with different return type -

javascript - Linking from page A to a specific iframe on page B -