Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
ckam03
Posts
Comments
C
C#
•
Created by SilentRocket7478 on 1/6/2025 in
#help
A line of C# code is not working with no error
Do you really need that though? There's usually a better way than having to go 10 elements deep. Is there no id or anything?
128 replies
C
C#
•
Created by SilentRocket7478 on 1/6/2025 in
#help
A line of C# code is not working with no error
I've had selectors like 10 elements deep before
128 replies
C
C#
•
Created by SilentRocket7478 on 1/6/2025 in
#help
A line of C# code is not working with no error
or //div//div//div
128 replies
C
C#
•
Created by SilentRocket7478 on 1/6/2025 in
#help
A line of C# code is not working with no error
just keep adding div > div > div if you have to
128 replies
C
C#
•
Created by SilentRocket7478 on 1/6/2025 in
#help
A line of C# code is not working with no error
yes
128 replies
C
C#
•
Created by SilentRocket7478 on 1/6/2025 in
#help
A line of C# code is not working with no error
XPath needs an @ before class while cssSelector doesn't
128 replies
C
C#
•
Created by SilentRocket7478 on 1/6/2025 in
#help
A line of C# code is not working with no error
all you need is a space between classes
128 replies
C
C#
•
Created by SilentRocket7478 on 1/6/2025 in
#help
A line of C# code is not working with no error
with a cssSelector, the previous selector would be center > input[class='gNO89b']
128 replies
C
C#
•
Created by SilentRocket7478 on 1/6/2025 in
#help
A line of C# code is not working with no error
I recommend using css selectors though
128 replies
C
C#
•
Created by SilentRocket7478 on 1/6/2025 in
#help
A line of C# code is not working with no error
if you have a button inside of a div then you would do something like //center//input[@class='gNO89b']
128 replies
C
C#
•
Created by SilentRocket7478 on 1/6/2025 in
#help
A line of C# code is not working with no error
also just need a space
128 replies
C
C#
•
Created by SilentRocket7478 on 1/6/2025 in
#help
A line of C# code is not working with no error
By.CssSelector("textarea[class='gLFyf']"))
128 replies
C
C#
•
Created by SilentRocket7478 on 1/6/2025 in
#help
A line of C# code is not working with no error
for cssselector
128 replies
C
C#
•
Created by SilentRocket7478 on 1/6/2025 in
#help
A line of C# code is not working with no error
//div[@class='FPdoLc lJ9FBc'] That's how you add multiple classes
128 replies
C
C#
•
Created by SilentRocket7478 on 1/6/2025 in
#help
A line of C# code is not working with no error
for xpath
128 replies
C
C#
•
Created by SilentRocket7478 on 1/6/2025 in
#help
A line of C# code is not working with no error
It's simple
128 replies
C
C#
•
Created by SilentRocket7478 on 1/6/2025 in
#help
A line of C# code is not working with no error
Man I feel for you
128 replies