Alert in Selenium
To deal with alert in selenium first we need to understand whats is an alert?Alerts...
This blog is about working with data by using different tools Excel ,Python, Access Power automate etc .
To deal with alert in selenium first we need to understand whats is an alert?Alerts...
For pressing ctrl+click in selenium using python.First we need to upload Keys from selenium webdriver...
Selenium in python is used for browser automation. We need to install chromium webdriver also...
Pandas Series value_counts returns a series of count of unique entries present in that series.
Tuple in python is written in "( )" bracket and are immutable. It can't be modified as list
To update element in dictionary dict.update is used.
Requests is module in python which is used to send HTTP request to any website or URL. It will return…
The Boolean operators or bitwise operators in python perform operation on bits.
Numpy is used to create array in python. Arrays can be 1D ,2D,3D and so on. D stands for dimensional.