Open
Description
this is the scribt
from selenium import webdriver
driver = webdriver.Chrome()
rm=driver.get('https://pastebin.com/raw/QcVbx9xR')
print (rm.text)
if 'ahmed' in rm:
print('donelogin')
else:
print('sory')
i want him to print what is in rm(paste bin)but when i runing is print
Traceback (most recent call last):
File "C:\Users\user\OneDrive\Desktop\test.py", line 4, in
print (rm.text)
AttributeError: 'NoneType' object has no attribute 'text'
so please help me
Metadata
Metadata
Assignees
Labels
No labels