Skip to content

Commit

Permalink
Changing the URL of the images so that they are correctly displayed i…
Browse files Browse the repository at this point in the history
…n PyPI
  • Loading branch information
felipefiali committed Mar 8, 2017
1 parent deb7e0a commit 0274102
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -37,11 +37,11 @@ print(test_result)

Finding the CSS path from elements is failry easy with Google Chrome. All you need to do is right-click the element, and hit "Inspect" to bring up the developer tools console:

[![Inspect](https://github.com/felipefiali/PySelenium/blob/master/images/Inspect.gif)](https://github.com/felipefiali/PySelenium/blob/master/images/Inspect.gif)
[![Inspect](https://github.com/felipefiali/PySelenium/blob/master/images/Inspect.gif?raw=true)](https://github.com/felipefiali/PySelenium/blob/master/images/Inspect.gif)

With the developer tools console opened, right-click the element in it and choose "Copy Selector":

[![Selector](https://github.com/felipefiali/PySelenium/blob/master/images/Selector.gif)](https://github.com/felipefiali/PySelenium/blob/master/images/Selector.gif)
[![Selector](https://github.com/felipefiali/PySelenium/blob/master/images/Selector.gif?raw=true)](https://github.com/felipefiali/PySelenium/blob/master/images/Selector.gif)

The CSS path of the selected element should already be in your clipboard after doing this.

Expand Down

0 comments on commit 0274102

Please sign in to comment.