Python-World / s-tool

Selenium wrapper to make your life easy.
MIT License
10 stars 6 forks source link

retrieve webpage title #47

Closed chavarera closed 1 year ago

chavarera commented 3 years ago

Is your feature request related to a problem? Please describe. Retrieve web page title

rashidkalwar commented 3 years ago

In which file should I write the code? I will be using python requests and bs4 and I also be adding a few dependencies as well.

chavarera commented 3 years ago

@rashidkalwar

  1. create utils functions
  2. and add method into driver.py

code should be written in selenium only

chavarera commented 3 years ago

@rashidkalwar have you got idea?

rashidkalwar commented 3 years ago

@chavarera yes I have everything, I can just use a webdriver to access a page and retrieve the title, sorry for delay as I am also working on several different projects, I will hopefully make a PR tomorrow.

thanks!

chavarera commented 3 years ago

@rashidkalwar cool :small_airplane: :smile:

rashidkalwar commented 3 years ago

@chavarera Just made a PR, please check I have added a function just as you wanted, check it and if there needs to be something changed please let me know.