Skip to content

Commit 5dc6a36

Browse files
committed
clearer
1 parent 1528b02 commit 5dc6a36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ AngularJS is an example of framework that does a huge amount of the heavy liftin
9393

9494
There's another library you can use in conjunction with Selenium/WebDriver and/or FluentSelenium called [ngWebDriver](https://github.com/paul-hammant/ngWebDriver) that makes it far easier to test Angular applications.
9595

96-
#### Other frameworks
96+
#### Other Web Frameworks
9797

9898
Backbone, Knockout (etc) may have similar tricks, that you can use 'executeScript' to invoke, but we've not done the research to hook into them.
9999

@@ -308,7 +308,7 @@ File src = wd.getScreenshotAs(OutputType.FILE);
308308
FileUtils.copyFile(src, new File(pathname));
309309
```
310310

311-
As you can creenshots and any functions on the sub-classes of WebDriver are possible.
311+
As you can creenshots and any functions on the sub-classes of WebDriver are possible. There's no need to subclass FluentWebDriver to get access to WebDriver, you had it already.
312312

313313
# Fluently matching/filtering over multiple elements
314314

0 commit comments

Comments
 (0)