Answers for "how to serach for multiple attributes in xpath selenium python"

0

how to serach for multiple attributes in xpath selenium python

//*[@attribute_name1='attribute_value1'][@attribute_name2='attribute_value2]  
"""
for example:
	# This One Is A Youtube Video Clicking Xpath But It's Just An Example
	//button[@class="ytp-fullscreen-button ytp-button"][@title="Full screen (f)"]
"""
Posted by: Guest on September-23-2020

Code answers related to "how to serach for multiple attributes in xpath selenium python"

Python Answers by Framework

Browse Popular Code Answers by Language