0 votes
in Selenium by

The following codes both print the same value

        System.out.println(driver.getTitle());

        System.out.println(driver.findElement(By.tagName(“title”)).getText())

a) True

b) False

1 Answer

0 votes
by
True

Related questions

0 votes
asked Jan 27 in Other by rahuljain1
0 votes
asked Feb 3, 2020 in NGINX by Tate
...