Force close webdriver despite of any alerts -
is there way force close webdriver inspite of alerts present? know can close alerts using alert api, issue don't know other situations may cause webdriver blocked.
at present hangs on alert dialog , driver.close()
not close it. need sure way close webdriver inspite of present may cause block.
use driver.quit() instead of driver.close() such scenarios.
Comments
Post a Comment