Python-World / s-tool

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

Check page loaded or not #31

Closed chavarera closed 1 year ago

chavarera commented 3 years ago

Check whether the page is loaded or not

Note: you can use javascript and check the state of page

sugatobagchi commented 3 years ago

Hi,

I would like to work on this issue. Can you please tell me what to do after I check the state of the page?

chavarera commented 3 years ago

@SugatoBagchi return a boolean status only

sugatobagchi commented 3 years ago

Ok, I would like to work on this issue @chavarera!

Can you please tell me, how to get started and where I can add that JavaScript function?

chavarera commented 3 years ago
  1. Create functions inside utils.py
  2. Create partial function insider driver class
  3. write testcase
chavarera commented 3 years ago

@SugatoBagchi Are you working on it?